The project is made in Visual Studio 2017 using MonoGame 3.6.0
I made this game because I loved old pc rogue-likes. I loved their ASCII art, difficult gameplay, and intriguing dungeons. I wanted to make a rogue-like and I decided to use the framework I had been taught recently in school to do it. I was the sole developer of this game.
- Randomized Dungeon Generation
- Pathfinding AI
- XP and leveling system
- Gamepad support
- BUTTON MASHING
Clone this repository on your computer. Make sure Visual Studio 2017 is installed along with the MonoGame 3.6.0 Framework.
- MonoGame 3.6.0
- Visual Studio 2017
- .NET Framework 4.5.1
Install Visual Studio 2017 first. Then install MonoGame 3.6.0
- MonoGame 3.6.0 - The Game Framework
- Visual Studio 2017 - The IDE
- .NET Framework 4.5.1 - Coding Framework
- Git - Version Control
- Dante Nardo