Simple Animation to Race a Drunk Man from Start to Finish with C++

Simple Animation to Race a Drunk Man from Start to Finish with C++

This is an interactive console animation app, where your choice of character (any letter from a to z) will appear to move funnily from start to finish line. If he finishes the race within the specified counter (in our case, 1000000), then we print a particular message, else another message.

You can find the source code HERE.