The project is a classic Snake game running on its own game engine. It is a web application with a custom design.
- TypeScript
- PWA
-
Run
npm installto install all dependencies -
Run command
npm run dev(to compile ts files on the fly) /npm run build(to compile ts files once) -
Serve static files using selected tools (e.g. Live Server VSCode extension)