An open API service indexing awesome lists of open source software.

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

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.