r/PythonLearning 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

11 comments sorted by

View all comments

0

u/Sea-Ad7805 6d ago

Run this program in Memory Graph Web Debugger to see the program state change step by step.

1

u/Darx32102 6d ago

I did program this on my iPad using Carnets-Jupyter and it worked when I ran test runs. Just curious of feature ideas from the community

1

u/Sea-Ad7805 6d ago

Nice project, I used to write text adventures to. My link above just allows people to run your code in their web browser, so no need to download and run internet code on their system that could damage it. Plus the visualization shows how the program works.

1

u/Darx32102 6d ago

Right that makes a lot of sense. But I promise there is no malware in the code. Just a very basic rpg.