https://vlsrnd.github.io/sapper-game/
What was used:
- Webpack 5;
- JS:
- object, array, Map, Class;
- destructuring assignment;
- JSON;
- scheduling: setTimeout;
- closure;
- spread;
- async/await;
- work with DOM;
- matchMedia (media queries from JS);
- browser event, event delegation;
- mouse event;
- forms;
- localStorage;
- canvas (2d);
- requestAnimationFrame;
❎ Mobile is not support. ❎ Well, really, this game is inconvenient for touch screens.
npm install
npm run start
npm run build