Sparkets is a multiplayer space rumble game inspired by Spacewar! and Slingshot.
The multiplayer is supported by ws running on a node.js server.
You'll need node.js and npm installed.
Clone this repository, and use npm
to install the dependencies and make
to compile.
git clone git://github.com/fmdkdd/sparkets.git
cd sparkets
npm install
make
You can run the tests with make test
. To start the server, use npm: npm start
.
Use Firefox or Chrome and browse to http://SERVER-IP:PORT
where SERVER-IP is the server IP address, and PORT is the HTTP port of the server (default 12345).