Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 746 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 746 Bytes

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 and double click the file index.html to open it in your favourite browser.

Screenshots

Development

Requirements for development

  • node.js
  • npm

Installing dependencies

npm install

Building sources during development

gulp watch

Building sources for production

gulp build