zork/README.MD

16 lines
284 B
Plaintext
Raw Permalink Normal View History

2021-10-05 09:19:31 +00:00
# Zork rewrite in Python
Award-winning rewrite of Zork in Python
This was written as a pair-programming task for the Christchurch Python User Group.
Special Thanks to Menno, David, and Victor.
2021-10-05 09:26:31 +00:00
## How to?
Ensure you have `pipenv` on you system.
```
pipenv run python main.py
```