A small 2D dungeon crawler built in C++ using raylib.
Run the install script:
./install.shRun the game:
./run.sh- Built with C++ and raylib
- Tile-based movement system
- Player can move and attack enemies
- Enemies chase, attack, take damage, and die
- Project is a work in progress