
python - Text-based adventure game with combat and game-reset ...
Jul 12, 2014 · Text-based adventure game with combat and game-reset functionality Ask Question Asked 10 years, 11 months ago Modified 10 years, 11 months ago
Python - Text Adventure - Code Review Stack Exchange
Apr 12, 2019 · I need help simplifying this Python code. I'm new, this adventure game is one of my first projects. I have tried simplifying my code already and this was the best result I could …
python - Text adventure game - Code Review Stack Exchange
Feb 18, 2017 · I just downloaded Python for the first time today, and I had a lot of fun playing around with it for like five hours. I watched one YouTube video on how to make a text …
Text-based Python RPG game - Code Review Stack Exchange
Apr 1, 2018 · This is a little text-based Python adventure game I found in one of my old folders. This one has a battle system, a shop, a save option and more. You can fight creatures for …
python - Text adventure game code - Code Review Stack Exchange
Mar 28, 2019 · Leaving items aside, a text adventure is basically a directed graph: Each room is a node and you can move from one room to another depending on the edges. You could try to …
One of my first Python projects - an adventure game
Jun 9, 2022 · This is a simple text-based adventure game I made. I'm a beginner and I want to know if the code is optimal or if it can be improved. The story is not very complex, but I made it …
Python text adventure - Code Review Stack Exchange
Feb 11, 2018 · I am creating a prototype for a text-adventure to get into game development, and i wanted to take the opportunity to also try to use OOP concepts, since i have been struggling to …
Zork-like text adventure w/ Python - Code Review Stack Exchange
Apr 9, 2020 · If you're doing this to learn programming and Python, carry on, a game is a very good experiment for that. If you're actually trying to make a text adventure game, I suggest …
python - Vampiric text-based adventure game - Code Review …
Jul 20, 2020 · Here is my vampire based text adventure game. I recently started learning Python and Googled for some good projects to practice with. I wrote all this code myself after …
Python text based game room to room movement
Apr 8, 2021 · I'm new to coding and working on a text based game moving from room to room. The code works in pycharm but according to an instant feedback program I entered it into, it …