added some code dependencies and maintenance

This commit is contained in:
Trilarion
2019-12-16 23:18:22 +01:00
parent 994c1abc95
commit c7b5b27563
85 changed files with 608 additions and 273 deletions

View File

@ -9,7 +9,7 @@ _A framework for turn based 4 X's game (eXplore, eXpand, eXploit, eXterminate).
- Code repository: https://github.com/thousandparsec/tpserver-cpp.git, https://github.com/thousandparsec/tpclient-pywx.git (+), (http://git.thousandparsec.net/ not available right now)
- Code language: C++, Python
- Code license: GPL-2.0
- Code dependencies: numpy, psyco, py2app, py2exe, pygame, pyOpenSSL, wxPython
- Code dependencies: NumPy, psyco, py2app, py2exe, pygame, pyOpenSSL, wxPython
Should this be a game engine instead? Server is written in C++. Client is written in Python.