https://github.com/maechler/kurve
Achtung, die Kurve goes HTML5
https://github.com/maechler/kurve
achtung achtung-die-kurve achtungkurve arcade arcade-game game html5 javascript kurve opensource-game zatacka
Last synced: about 2 months ago
JSON representation
Achtung, die Kurve goes HTML5
- Host: GitHub
- URL: https://github.com/maechler/kurve
- Owner: maechler
- License: gpl-3.0
- Created: 2014-04-18T08:45:11.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T12:04:01.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T15:25:06.728Z (almost 2 years ago)
- Topics: achtung, achtung-die-kurve, achtungkurve, arcade, arcade-game, game, html5, javascript, kurve, opensource-game, zatacka
- Language: JavaScript
- Homepage: https://achtungkurve.com
- Size: 32.2 MB
- Stars: 50
- Watchers: 3
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Achtung, die Kurve!
This is an open source HTML5 implementation of the famous game also known as Curve Fever, Zatacka or simply Kurve.
## Want to download Achtung, die Kurve and play offline?
No problem! Just download the [sources](https://achtungkurve.com/download/kurve-1.5.0.zip) and double click the file index.html to open it in your favourite browser.
## Screenshots
  
## Development
### Requirements for development
- node.js
- npm
### Installing dependencies
```sh
npm install
```
### Building sources during development
```sh
gulp watch
```
### Building sources for production
```sh
gulp build
```