Clean up adventure-game
This commit is contained in:
parent
bdba68ecb0
commit
37524876e5
|
@ -0,0 +1,7 @@
|
|||
init:
|
||||
pip install -r requirements.txt
|
||||
|
||||
test:
|
||||
py.test tests
|
||||
|
||||
.PHONY: init test
|
|
@ -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
|
Loading…
Reference in New Issue