
Text Adventure / RPG in Pure Python
Sep 12, 2020 · Greetings everybody, I've been motivated lately to work on a long time project of mine. A text adventure /RPG, in pure Python. I've refactored this thing over and over again. This time I …
RPG Tutorial Series - Python Forum
Mar 11, 2022 · I've been developing a Python RPG Tutorial Series as a side project over the last few months. It's not exactly the most professional code written, but it's great for beginners looking to …
Adding an inventory and a combat system to a text based adventure …
Dec 17, 2019 · Hello, I am relatively new to Python and have started making a text-based adventure game. I have made the basic movement part of the game using a script similar to this: rooms = { …
OOP vs functional - - elaborate turn based RPG game ... - Python Forum
Mar 14, 2021 · I’m learning OOP. Derek Banas is the instructor in the online (self directed, non-credit) Udemy course titled, “Python Programming Bootcamp” that I am taking. He demonstrates OOP well …
Help with Python RPG game
Apr 26, 2019 · Hello. I'm new to Python and I was following along with a tutorial to make an rpg game. i was doing okay until it got to the part where if the player uses magic its supposed to reduce the …
Need Help With Python RPG Battle System
Nov 1, 2021 · Hello everyone, I've been working on the StackSkills Python video course, and completed the RPG system video tutorial a while back. I have one particular issue with one of the functions …
Basic RPG - Python Forum
Apr 25, 2020 · This is a basic RPG where you fight Goblins and Giant Rats until you die. I will make this a part of a larger more interesting game in the future maybe. The stat calculations are unbalanced, …
Coding RPG Game - Need Fresh Eyes. - Python Forum
Feb 11, 2021 · Coding RPG Game - Need Fresh Eyes. Python Forum Python Coding Game Development Thread Rating: 1 2 3 4 5 ... Forum Jump:
Exploring Python by Writing my First Text RPG
Aug 18, 2017 · Hello, Python Forum I am Prrz and this is my first post here in the interesting land of Python developers. I've decided recently to start teaching myself how to code, and naturally, I started …
So help to make a text rpg gui - Python Forum
Mar 16, 2019 · Hi folks. I just started coding in python, and I had a lot of fun following several 'courses' on youtube. However I have now run into a problem. I made a text rpg (a classic one where the …