A real-time strategy audio game

soundmud 3d94006fb5 *** version 1.2-a10 *** преди 9 години
cfg f0aef74e66 removed the packages system and added easier mod selection menu преди 9 години
doc e6f052d5d8 updated manual about gates преди 9 години
install fa8bf20007 Windows: removed unnecessary program files menu shortcuts преди 9 години
metaserver 09a10867e4 bug fixed: when hosting several SoundRTS servers on the same machine (using several ports with the -p command-line option), each registering server would unregister the other servers with the same IP address even if the port number is different преди 11 години
mods 01232646f8 updated Brazilian Portuguese translation преди 10 години
multi 69f3141839 updated Italian translation преди 10 години
res c50222e3c3 fixed a typo преди 9 години
single 25e8c73333 bug fixed: in chapter 1, completing objective 2 first caused problems преди 10 години
soundrts 3d94006fb5 *** version 1.2-a10 *** преди 9 години
.gitignore 314f3152b3 added optional user folder to .gitignore преди 11 години
Build-all.bat 0c3b9be5fa use Python 2.7 as a default for Windows and the other platforms преди 12 години
Build-doc.bat 1506e88c3d refactoring (and improved the packages system) преди 9 години
Build-installer.bat f9cdb1446b adapted the Build-installer script to Windows 8.1 преди 10 години
Clean.bat c258c72d11 first commit преди 12 години
CrazyMod.bat c182e28f25 renamed CrazyMod8.2.bat to CrazyMod.bat преди 11 години
LICENSE.txt 3880ee57ba updated the general README.txt and LICENSE.txt преди 12 години
README.txt 9de64a8377 use Python 2.7 only преди 11 години
ScreenReaderAPI.dll 9b23745226 Marked screen reader API dll and the NVDA Controller Client as executable. (issues running from source on Windows 7) преди 11 години
build-game.py 8b63f15f2c automatically include Python sub-packages of soundrts in the release (except tests) преди 10 години
buildmultimapslist.py 1506e88c3d refactoring (and improved the packages system) преди 9 години
nvdaControllerClient.dll 9b23745226 Marked screen reader API dll and the NVDA Controller Client as executable. (issues running from source on Windows 7) преди 11 години
rules2doc.py 1506e88c3d refactoring (and improved the packages system) преди 9 години
run-tests.py 1506e88c3d refactoring (and improved the packages system) преди 9 години
server.py c258c72d11 first commit преди 12 години
sound_effects.txt c258c72d11 first commit преди 12 години
soundrts.py c258c72d11 first commit преди 12 години
stage-name.txt c258c72d11 first commit преди 12 години
test_tts.py ce033bdc00 fixed: now TTS calls will always return without any delay преди 9 години
test_voice.py ce033bdc00 fixed: now TTS calls will always return without any delay преди 9 години
version-name.txt d7efa9a432 >>> version 1.2-a10-dev <<< преди 11 години
version.txt 3d94006fb5 *** version 1.2-a10 *** преди 9 години

README.txt

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