Clean up adventure-game

This commit is contained in:
Joe S 2021-02-03 17:27:22 -05:00
parent bdba68ecb0
commit 37524876e5
3 changed files with 9 additions and 2 deletions

0
4/4.10/4.10.1/main.py Normal file
View File

7
Adventure Game/Makefile Normal file
View File

@ -0,0 +1,7 @@
init:
pip install -r requirements.txt
test:
py.test tests
.PHONY: init test

View File

@ -1,2 +1,2 @@
npyscreen==4.10.5
windows-curses==2.2.0 # Only for those using windows, curses is standard on python for BSD and GNU/Linux
# Blessed handles our terminal "graphics"
blessed==1.17.12