About 3,430,000 results
Open links in new tab
  1. python - Building a Simple text based game - Stack Overflow

    Apr 12, 2021 · You can consider using command[2:] to extract the direction from the user command. Your while loop always resets the current room to 'Great Hall'. If that is the initial …

  2. Text-Based Adventure Game in Python (Complete Guide) - The …

    Jul 12, 2021 · A Text-Based Adventure Game is a type of game in which a player has to make choices (Yes / No) in every step of the game. Based on these choices, the storyline changes, …

  3. macloo/junglegame: A simple text-only game - Python 2.7 - GitHub

    Jungle Game (Python 2.7) A simple text-only Python game based on exercise 45 in Zed Shaw's free online book Learn Python the Hard Way . This exercise is supposed to teach us …

  4. Make Adventure Game based on Text using Python - Medium

    Jan 17, 2023 · Here is a general outline of the process to create a text-based adventure game using Python: Plan the game: Start by coming up with an idea for your game. Consider the …

  5. How to Make a Text Adventure Game in Python

    Learn how to make a simple text adventure game with Python using the os, json, and pyinputplus modules.

  6. Building a Text-Based Adventure Game with SpaCy: A Step-by …

    Aug 2, 2024 · In this article, we'll explore how to create a simple text-based adventure game using Python's SpaCy library for natural language processing (NLP). This game will allow players to …

  7. Building a Text Adventure Game with Python and Object …

    We created a simple text adventure game using Python classes and practiced various debugging techniques. We also discussed performance considerations, security considerations, and best …

  8. A simple python text based story game I made for IT-140 at SNHU.

    python-text-game.py This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that …

  9. Dictionary for rooms and items Problem, Python text-based game

    Apr 13, 2021 · There can only be 1 of each key in a python dict. So you are correct, you cannot have 4 values keyed to 'item' in your rooms['Main Fair ground'] nested dictionary. You might …

  10. Learn Python by making a text-based adventure game

    Nov 8, 2014 · Just like a dictionary in real life, you have a word that you look up and find the value associated with it. In this game, the “key” will be an action we take, and the “value” will be the …

Refresh