Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nbsp-team/kurve
Achtung, die Kurve! Multiplayer (Jetty, Websockets, HTML5)
https://github.com/nbsp-team/kurve
Last synced: 8 days ago
JSON representation
Achtung, die Kurve! Multiplayer (Jetty, Websockets, HTML5)
- Host: GitHub
- URL: https://github.com/nbsp-team/kurve
- Owner: nbsp-team
- Created: 2015-02-18T20:56:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T21:50:14.000Z (about 5 years ago)
- Last Synced: 2023-02-28T08:22:49.941Z (over 1 year ago)
- Language: JavaScript
- Size: 18 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Achtung, die Kurve! (Zatacka)
Achtung, die Kurve! Multiplayer implementation (Jetty, Websockets, HTML5)## Build Instructions
1. Install grunt
2. Clone repository:
``` git clone --recursive https://github.com/lukaville/kurve.git ```
3. Install npm dependencies:
``` npm update ```
4. Build and run project:
``` grunt buildAllAndRun ```