forked from soundmud/soundrts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
17 lines (12 loc) · 780 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SoundRTS is a real-time strategy audio game.
Warning: the source code is the contorted result of a lot of iterations on an ever-evolving prototype. Some refactorings made things even worse. Sorry for that.
The license for the Python source code is a BSD 3-clause license (LICENSE.txt).
The license for the rest is unclear at the moment.
Running the game from the source (soundrts.py for the client, server.py for the standalone server) might require:
* Python 2.7
* Pygame 1.7.1 or later (Pygame 1.7.1 used to be the recommended version, but a later Pygame might work)
* win32com (if you use SAPI 5)
Building the binaries (with build-all.bat) might require:
* py2exe (Windows binary)
* Inno Setup 5 (Windows installer)
Official SoundRTS web site: http://jlpo.free.fr/soundrts