One silly C++ game i coded. Try to escape the dungeon which is full of (not so) dangerous monsters. This was my university club ISP's training task for each of us, so, sorry for its poor graphic.
- The big monsters could take your key away.
- Monsters can move.
- Key can move too.
- (maybe) hardcore if you choose Insane.
- Added some color. (Thanks to rlutil.h lib)
- (low) score table.
You'll need the rlutil.h lib to compile the source code successfully. This repo also includes .exe file.