SPC BRT

It is a space burrito game
Jam Site: 
Jam year: 
2018
Platforms: 
Linux / Unix
Technology Notes: 
LWJGL, OpenGL
Installation Instructions: 

you should have java and maven installed.

Go to source package and run

mvn clean install

To play the game you will need to have mqtt broker(eg. mosquitto or check this: https://github.com/mqtt/mqtt.github.io/wiki/public_brokers), and to run server and clients;

 

run the server:

java -jar sb/server/target/server-1.0.0-SNAPSHOT-jar-with-dependencies.jar tcp://localhost:1883

to run the client:

java -jar sb/client/target/client-1.0.0-SNAPSHOT-jar-with-dependencies.jar tcp://localhost:1883

 

 

Credits: 

Sergii Iarovyi made this shody game...

Game Stills: 
Source files: 
Executable: 

Team