A simple console game where the user races against oncoming obstacles!
Figure: Scroller Game in Action!
- Clone the repo with
git clone <git path> - Change directory into the project with
cd scroller-game - Run
dotnet runand Play!
- The game has 3 keys:
h: which is used to move the cursor leftl: which is used to move the cursor rightq: which is used to quit the game
- Use the left and right keys to dodge the obstacles for as long as you can!
