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

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

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

![](images/screenshot_1.png "Start screen") ![](images/screenshot_2.png "Gameplay") ![](images/screenshot_3.png "Gameplay light")

## 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
```