Name | Modified | Size | Downloads / Week |
---|---|---|---|
strat 0.1.8 | 2015-12-14 | ||
strat 0.1.7 | 2015-11-27 | ||
strat 0.1.6 | 2015-11-22 | ||
Strat 0.2.4.zip | 2016-06-07 | 131.3 kB | |
Strat 0.2.3.zip | 2016-05-31 | 303.5 kB | |
Strat 0.2.2.zip | 2016-05-29 | 270.2 kB | |
Strat 0.2.1.zip | 2016-04-30 | 202.1 kB | |
Strat 0.2.0.zip | 2016-01-17 | 201.5 kB | |
README.md | 2015-11-22 | 1.1 kB | |
Totals: 9 Items | 1.1 MB | 0 |
Each release consists of a .jar package containing both the server and the client application. To make things easier, two almost identical files are provided, the only difference is the class the .jar file executes by default.
How to run:
To use the application, just run the .jar files with:
$ java -jar stratServerX.Y.Z.jar
then, on the same machine or another connected to the same network:
$ java -jar stratClientX.Y.Z.jar
You'll be prompted for IP (if you run the server on the same machine leave blank, otherwise insert the server's ip, example: 192.168.1.8) and for server port, which you can leave blank. Once server is going, you can connect all the client instances you want.
Use a specific port:
If you need to use a specific port, run the server with:
$ java -jar stratServerX.Y.Z.jar portnum
and use "portnum" as port number when running the client. Default port is 4444.
Shutting down:
First, on client side, select Game>exit from the top menu in the "field" window. Once you have done this for every client connected, interrupt the server with ^C (Ctrl+C).