A real-time strategy audio game

soundmud 3492503d0f Merge pull request #113 from MatejGolian/master 5 سال پیش
cfg fe512d4f19 1.2-c12 5 سال پیش
doc fe512d4f19 1.2-c12 5 سال پیش
install 1eb1c5947b 1.2-c3 5 سال پیش
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 10 سال پیش
mods 86864ec53c 1.2-c4 5 سال پیش
multi fe512d4f19 1.2-c12 5 سال پیش
res ac0bc2ecf2 Updated Slovak Translation 5 سال پیش
single fe512d4f19 1.2-c12 5 سال پیش
soundrts c7ad3c1fb1 bug fixed: error when running on a mac 5 سال پیش
.gitignore 910c59f4fb the rest of the changes made in 1.2-c1 5 سال پیش
Build-all.bat 910c59f4fb the rest of the changes made in 1.2-c1 5 سال پیش
Build-installer.bat f9cdb1446b adapted the Build-installer script to Windows 8.1 9 سال پیش
Clean.bat c258c72d11 first commit 11 سال پیش
CrazyMod.bat c182e28f25 renamed CrazyMod8.2.bat to CrazyMod.bat 10 سال پیش
LICENSE.txt 3880ee57ba updated the general README.txt and LICENSE.txt 11 سال پیش
README.txt c33035d53a new README.txt 5 سال پیش
ScreenReaderAPI.dll 9b23745226 Marked screen reader API dll and the NVDA Controller Client as executable. (issues running from source on Windows 7) 10 سال پیش
build-doc.py 910c59f4fb the rest of the changes made in 1.2-c1 5 سال پیش
build-game.py 910c59f4fb the rest of the changes made in 1.2-c1 5 سال پیش
buildmultimapslist.py a98153c3ec 1.2-c11 5 سال پیش
checkmp.py 910c59f4fb the rest of the changes made in 1.2-c1 5 سال پیش
edit_version.py 1eb1c5947b 1.2-c3 5 سال پیش
nvdaControllerClient.dll 9b23745226 Marked screen reader API dll and the NVDA Controller Client as executable. (issues running from source on Windows 7) 10 سال پیش
rules2doc.py 910c59f4fb the rest of the changes made in 1.2-c1 5 سال پیش
run-tests.py 1eb1c5947b 1.2-c3 5 سال پیش
server.py 5f5816f3db Python Launcher for Windows will use Python 2.7 automatically 6 سال پیش
sound_effects.txt c258c72d11 first commit 11 سال پیش
soundrts.py 5f5816f3db Python Launcher for Windows will use Python 2.7 automatically 6 سال پیش
stage-name.txt c258c72d11 first commit 11 سال پیش
test_desync.py 073940750a 1.2-c5 5 سال پیش
test_tts.py ce033bdc00 fixed: now TTS calls will always return without any delay 8 سال پیش
test_voice.py ce033bdc00 fixed: now TTS calls will always return without any delay 8 سال پیش
version-name.txt 456562336f 1.2-c13-dev 5 سال پیش
version.txt 456562336f 1.2-c13-dev 5 سال پیش

README.txt

SoundRTS is a real-time strategy audio game.

Feel free to experiment on the code base, but don't feel obliged to contribute back.

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