Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

text-adventure

  1. Zyphon_22

    Python Key input in python

    So im working on a text game in python and I first decided to use the time module: import time print("Hello") time.sleep(2) print("How are you") But now i am creating a function and putting it in place of the time module like this: def dialog(): dialog = input("") print("Hi") dialog()...
  2. M

    Woods - A Text-Adventure, Survival-Game

    (No longer being worked on. Sorry for the inconvenience).
Back
Top Bottom