diff --git a/ConsoleScreenshot.jpg b/ConsoleScreenshot.jpg new file mode 100644 index 0000000..a2ba8c4 Binary files /dev/null and b/ConsoleScreenshot.jpg differ diff --git a/MonoGameScreenshot.jpg b/MonoGameScreenshot.jpg new file mode 100644 index 0000000..3f85dec Binary files /dev/null and b/MonoGameScreenshot.jpg differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..a253878 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Snake Game (Console/MonoGame) + +Two implementations of the game Snake: +- Console version on .NET Console; +- Graphical version on MonoGame. + +Control with: '⬅️'; '⬆️'; '⬇️'; '➡️'. + +Testing: This is a project with game snake implementation on Console/MonoGame. + +## Console +![](ConsoleScreenshot.jpg) + +## MonoGame +![](MonoGameScreenshot.jpg) + +This project was initially made using +- Visual Studio 2022 +- .NET 9.0 +- MonoGame.Framework 3.8.1 +- xUnit