Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ConsoleScreenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added MonoGameScreenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Loading