rename of entries fields to get only singular field names

This commit is contained in:
Trilarion
2020-09-28 22:19:01 +02:00
parent 2d52caf518
commit 873679fcc6
1453 changed files with 2944 additions and 2943 deletions

View File

@@ -3,11 +3,11 @@
- Home: https://web.archive.org/web/20180516211349/http://www.thousandparsec.net/tp/, https://sourceforge.net/projects/thousandparsec/
- State: beta, inactive since 2012
- Download: https://web.archive.org/web/20180523204730/http://www.thousandparsec.net/tp/download-instructions.php
- Keywords: strategy
- Keyword: strategy
- Code repository: https://github.com/thousandparsec/tpserver-cpp.git, https://github.com/thousandparsec/tpclient-pywx.git @add, http://git.thousandparsec.net/ (not available right now)
- Code language: C++, Python
- Code license: GPL-2.0
- Code dependencies: NumPy, psyco, pygame, pyOpenSSL, wxPython
- Code dependency: NumPy, psyco, pygame, pyOpenSSL, wxPython
A framework for turn based 4 X's game (eXplore, eXpand, eXploit, eXterminate). Designed for long games, supporting massive universes and has an easily expanded tech tree.
Should this be a game engine instead? Server is written in C++. Client is written in Python.