https://github.com/bsmth/pyventure
A text-based adventure game in Python
https://github.com/bsmth/pyventure
Last synced: about 1 year ago
JSON representation
A text-based adventure game in Python
- Host: GitHub
- URL: https://github.com/bsmth/pyventure
- Owner: bsmth
- Created: 2020-02-20T16:27:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T13:10:06.000Z (about 6 years ago)
- Last Synced: 2025-03-17T00:31:52.740Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyventure
## Running
```
python3 game.py
```
## Bugs
Plenty!
## Acknowledgement
Based on tutorials from Phillip Johnson's [Python Text Adventure](https://www.apress.com/us/book/9781484232309) book.