From f4e5970355bd71be86926e749bf4907ecd25c380 Mon Sep 17 00:00:00 2001 From: Robin Hovind Date: Mon, 8 Nov 2021 08:37:34 +0100 Subject: [PATCH] Make 'How to run the game' instructions verbose --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6097fba..7275e4e 100644 --- a/README.md +++ b/README.md @@ -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 🔼 🔽 ◀ ▶`