Skip to content

Commit

Permalink
Make 'How to run the game' instructions verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbaxon authored Nov 8, 2021
1 parent debdcca commit f4e5970
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ A sample game project utilizing SadConsole and MonoGame, based on the `ansi|ware
The project is intended as a starter game template to be used at the `Forse Game Jam, November 2021`.

# How to run the game
`dotnet run` to compile and run the game

1. Install a .NET >= 5.0 SDK for your preferred platform (Windows, Linux, Mac): https://dotnet.microsoft.com/download/dotnet/
2. Fire up a shell in the GIT repository directory
3. `cd src/GameJamSadConsoleSample && dotnet run` to compile and run the game

# Controls
Move around: `Arrow keys 🔼 🔽 ◀ ▶`
Expand Down

0 comments on commit f4e5970

Please sign in to comment.