Two implementations of the game Snake:
- Console version on .NET Console;
- Graphical version on MonoGame.
Control with: '⬅️'; '⬆️'; '⬇️'; '➡️'.
Unit Testing: The core game logic (snake movement, food eating, spawning) is covered with unit tests to ensure the reliability of the code.
This project was initially made using
- Visual Studio 2022
- .NET 9.0
- MonoGame.Framework 3.8.1
- xUnit

