https://github.com/andeemarks/pydun
A very simple Python-based dungeon styled text adventure
https://github.com/andeemarks/pydun
Last synced: 10 months ago
JSON representation
A very simple Python-based dungeon styled text adventure
- Host: GitHub
- URL: https://github.com/andeemarks/pydun
- Owner: andeemarks
- Created: 2016-02-06T08:34:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T19:00:37.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T03:08:01.140Z (12 months ago)
- Language: Python
- Size: 1.87 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pydun - A Dungeon-styled Text Adventure
## Prerequisites
Developed/tested on:
$ python -V
Python 2.7.10
$ pip -V
pip 8.0.2 from /Library/Python/2.7/site-packages (python 2.7)
## Dependencies
pip install ansicolors
## Running
python pydun.py
## Usage
Just look for the TODO comments to see what changes should be done at each point.