Skip to content

A game built with the intention of learning C# and as a bed for a talk about .NET

Notifications You must be signed in to change notification settings

SamBWagner/scroller-game

Repository files navigation

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!

About

A game built with the intention of learning C# and as a bed for a talk about .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages