https://github.com/klange/text_adventure
Python Text Adventure (teaching demo)
https://github.com/klange/text_adventure
Last synced: about 2 months ago
JSON representation
Python Text Adventure (teaching demo)
- Host: GitHub
- URL: https://github.com/klange/text_adventure
- Owner: klange
- Created: 2013-04-20T05:52:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-20T06:13:43.000Z (over 12 years ago)
- Last Synced: 2025-02-24T13:48:30.864Z (11 months ago)
- Language: Python
- Size: 91.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Text Adventure
A quick text adventure game using a JSON file to store world data that I wrote to help teach a friend Python.