Demon Hunter is a textual RPG in raw C++
The game demo runs on a CMD console and displays texts and ASCII visuals
The code base could be used to implement a long narative textual RPG
- Adventure loop where the player can select a location to go
- Battle loop where the player fights against a demon
- Clone the repository
- Run rpg.exe located in rpg-txt/x64/Release/
The demo could also be found on itch.io : https://ryuuv.itch.io/demon-hunter
Don't hesitate to give it a try !