Skip to content

christsantiris/c_rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Castle of No Return

A roguelike adventure game inspired by Castle of the Winds by SaadaSoft. Explore dungeons, battle enemies, and survive the challenges of a mysterious castle!

Table of Contents

Overview

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.

Screenshot

Below is a screenshot of the game in action:

Screenshot 2025-08-26 at 4 32 11 PM

Compile the game

To compile the app run make in the root directory. You may also have to brew install ncurses

Running the game

To run the game run ./conr after you run make

Clean the build

Run make clean to destroy the compiled game and start over if you make your own changes

Dependencies

ncurses library for terminal-based rendering

Contributing

I would gladly welcome any pull requests to help improve the game

License

MIT

About

A roguelike terminal adventure written in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors