/sparkets

Multiplayer space shooter inspired by Slingshot and Spacewar!

Primary LanguageCoffeeScript

Sparkets

Sparkets is a multiplayer space rumble game inspired by Spacewar! and Slingshot.

Screenshot

The multiplayer is supported by ws running on a node.js server.

Installation

Prerequisites

You'll need node.js and npm installed.

Building the server

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.

Running the client

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).