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

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

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.