Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sharvil/basis
- Owner: sharvil
- Created: 2013-11-28T06:27:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T20:08:57.000Z (over 7 years ago)
- Last Synced: 2023-08-06T11:06:08.890Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://dotproduct.nanavati.net
- Size: 11.5 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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