Download

Splat Client jar

Version: 0.1
Size: 64 KB
Download

Splat Server jar

Version: 0.1
Size: 1337 KB
Download

Splat Source Code

Version: 0.1
Size: 828 KB
Download

Splat

In collaboration with Zack Cornelius, Wraith, J.C. Galt, and ZevGun

Splat is a game in which the goal is to build the biggest connected chain of tiles. To be considered connected a tile must be touching a tile of the same color on one of its four sides. The game comes in two parts: the server and the client.

If somebody else is running the server, you will only need to download the client part. Be sure to run the jar from the command line as follows so that you can connect to the server:

java -jar splatclient.jar hostname port

If you are running the server, be sure that you have the MySQL database set up correctly and then start it as follows:

java -jar splatserver.jar -p listenPort --dbhost databaseHost --dp databasePort -u databaseUser --password databasePassword -d databaseName

Requirements for the server

Requirements for the client:

Requirements for running from source:

For full instructions, view the Readme

This software is licensed under version 3 of the GNU General Public License.