https://github.com/zeyu-li/groundhog_text_game
A text-based python game 🎮
https://github.com/zeyu-li/groundhog_text_game
game python-game text-game
Last synced: 11 months ago
JSON representation
A text-based python game 🎮
- Host: GitHub
- URL: https://github.com/zeyu-li/groundhog_text_game
- Owner: Zeyu-Li
- License: mit
- Created: 2019-04-01T17:41:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T01:10:44.000Z (about 3 years ago)
- Last Synced: 2025-01-22T22:09:29.380Z (over 1 year ago)
- Topics: game, python-game, text-game
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Python Game
## About
This is a Python text-based game for school
## Story
2019: You fall into a nuclear dump site
Yearning for sunlight to photosynthesize
you venture with your newly mutated roots
in hopes of reaching fresh air and sunlight
As you wander around on your studded roots,
many mysteries arise including
how did I come into being, what is
the meaning of life, and why are there
mutated animals in this nuclear dump site
## Usage
To activate this program, type
python main.py # on Windows
or
python3 main.py # on Macs
Navigate using terminal since this is a text based game
If you are lost, use the help option in main menu
If you are confused, enter help in the cover screen
## Licence
Feel free to use this code as a template or as a starting off point