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.
Head over to https://kurve.ngehlert.de if you are interested in playing
- Check out repository
- Open public/index.html
- Check out repository
npm install
npm run build
- Open public/index.html
npm run dev:w
Will enable watch mode and constantly rebuild project on changes
npm run start-electron
Will build an electron version and start up the app