SSA is a multiplayer, round-based dual-stick shooter game multiplayer shooter viewed from top-down. Players control a ship that looks like basic geometry (triangles, circles, etc.) and compete with each other to see who survives last.
Before each round, players choose one of X different shapes and each shape has different attributes (e.g. triangles can move faster, circles can shoot further, etc.). Players are then given Y number of lives per round and can shoot each other while avoiding pitfalls and traps randomly placed by the server.
- A copy of the source
- NodeJs
- SockJs
- express
- HTML5 Compatible browser
Download the archive and unzip it to a desired destination. Fire up a terminal and navigate to the app subdirectory and launch the hosting webserver using node SsaServer.js and connect to IP_ADDRESS:5000/index.html.
To allow other people to connect to the game, modify the SERVER_NAME variable inside Ssa.js to your own IP. Change the port number too (the default is 5000), if you so desire.