Text-Based RPG
- 2 Devlogs
- 6 Total hours
A text-based RPG game that runs on the terminal/command prompt. I am using this project to learn and familiarize myself with the programming language Gren.
A text-based RPG game that runs on the terminal/command prompt. I am using this project to learn and familiarize myself with the programming language Gren.
I started implementing some basic commands that players can use to interact with the game. At the moment, the only available commands display help information, but I now have a solid command-handling system in place that should make adding new commands and features much easier going forward. Creating the help page also helped me think through and refine how the game’s core mechanics and player interactions will work.
I created my project and started setting some basic functionality up. It can now start the program through a simple command, which results in a simple start screen being displayed. After that, the user can write inputs, and the program will see them but not act on them. I don’t have a name for the game yet, so the title screen has “untitled” in ASCII text as a placeholder.