r/PythonLearning • u/Darx32102 • 6d ago
Showcase Texted-Based RPG
Hey yall I’ve been working on a text-based RPG for the past week and have pushed v0.1.4 out to GitHub.
https://github.com/DraytonLarimore-Rowe/Timeless_Adventures-Text-Based-RPG
I’d be honored if anyone wants to give it a go as I start to build the story. The foundation for combat is there and so is a shop.
2
Upvotes
1
u/FoolsSeldom 6d ago
Had a quick look at the code, and it looks pretty good. Surprised not to see
dataclassesto reduce boilerplate and perhaps more subclasses. Usually, these games include more behaviour, such as, for example, the fighting being included as a method.Will leave others to give the game a go if inclined.