Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sharvil/basis

Game server for dotproduct
https://github.com/sharvil/basis

Last synced: about 2 months ago
JSON representation

Game server for dotproduct

Awesome Lists containing this project

README

        

# basis

basis is a game server for [dotproduct](http://github.com/sharvil/dotproduct), an action-packed,
multiplayer space shooter. For a live demo, visit http://dotproduct.nanavati.net.

### Tech
basis is built on the following technologies:

* [Node.js](http://www.nodejs.org)
* [LevelDB](https://github.com/google/leveldb)
* [Google Closure Compiler](https://developers.google.com/closure/compiler/)
* [Google Closure Library](https://developers.google.com/closure/library/)

### Installing

```bash
git clone https://github.com/sharvil/basis.git
cd basis
npm install
```

### Running
```bash
node src/server.js [options]
```

`options` consists of zero or more of the following:

* port=<port number to listen on>
* rootDir=<path to dotproduct>

### License
Apache 2.0