Looks like I fixed some spacing at some point. Moved Game_map and render_functions to the parent directory. For some reason they were in the venv folder. Added requirements.txt. Going to begin updating code to use latest version of tcod.

This commit is contained in:
2021-05-26 12:15:43 -04:00
parent 8cd8e4dce7
commit ab4031075f
5 changed files with 9 additions and 3 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
cffi==1.14.5
numpy==1.20.3
pycparser==2.20
tcod==12.5.0
typing-extensions==3.10.0.0