A roguelike adventure game inspired by Castle of the Winds by SaadaSoft. Explore dungeons, battle enemies, and survive the challenges of a mysterious castle!
The Castle of No Return is a text-based roguelike game built with C and the ncurses library. The game features turn-based combat and a retro ASCII art style.
Below is a screenshot of the game in action:
To compile the app run make in the root directory. You may also have to brew install ncurses
To run the game run ./conr after you run make
Run make clean to destroy the compiled game and start over if you make your own changes
ncurses library for terminal-based rendering
I would gladly welcome any pull requests to help improve the game
MIT