Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 654 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 654 Bytes

Scroller Game

A simple console game where the user races against oncoming obstacles!

scroller-game-demo

Figure: Scroller Game in Action!

How to build

  1. Clone the repo with git clone <git path>
  2. Change directory into the project with cd scroller-game
  3. Run dotnet run and Play!

How to Play

  1. The game has 3 keys:
  • h: which is used to move the cursor left
  • l: which is used to move the cursor right
  • q: which is used to quit the game
  1. Use the left and right keys to dodge the obstacles for as long as you can!