A simple roguelike game with ASCII graphics built using C# and MonoGame.
- Turn-based gameplay
- Simple Actor-Action system (based on Bob Nystrom's "Game Programming Patterns")
- Player movement with arrow keys
- Basic AI for monsters
- Random dungeon map generation
To get started with this project, follow these steps:
- .NET SDK (version 8.0 or later)
- MonoGame (version 3.8 or later)
- Visual Studio or your preferred C# editor