adventure-game #3
0
4/4.10/4.10.1/main.py
Normal file
0
4/4.10/4.10.1/main.py
Normal file
7
Adventure Game/Makefile
Normal file
7
Adventure Game/Makefile
Normal file
@@ -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
|
# Blessed handles our terminal "graphics"
|
||||||
windows-curses==2.2.0 # Only for those using windows, curses is standard on python for BSD and GNU/Linux
|
blessed==1.17.12
|
||||||
Reference in New Issue
Block a user