Snake game clone to practice TypeScript, play around with Vue3, Vite, Tailwind and learn about game dev patterns.
The base Entity-Component-System pattern implementation is based on tutorials and existing ECS implementations
Install dependencies
yarn
Run the project
yarn dev