Achtung, die Kurve
This is my take on a remake for "Achtung, die Kurve" (also known as "Zatacka" or just "Kurve"). My main goal was to learn and build something with HTML5 Canvas and without any libraries (for this case I don't count TypeScript :D )
Maybe I will add some funny game-modes or extensions in the future.
Demo
Head over to https://kurve.ngehlert.de if you are interested in playing
Get it running
- Check out repository
- Open public/index.html
Get it running developer style
- Check out repository
npm install
npm run build
- Open public/index.html
Development
npm run dev:w
Will enable watch mode and constantly rebuild project on changes
Electron
npm run start-electron
Will build an electron version and start up the app