A colorful, free-form Slither.io-style snake game. Phaser 3 + TypeScript + Vite.
npm install
npm run dev # play locally
npm run build # production build -> dist/
npm run test # unit tests (Vitest)Move with your mouse or finger. Eat dots to grow. Avoid the walls, your own
body, and the bot snakes. Drive a bot's head into your body to pop it into food.
P/Esc pauses, R restarts.
Drop files into public/assets/. The game runs with drawn-shape fallbacks if
any are missing.
Audio (public/assets/audio/): bg-music.mp3, eat.wav, grow.wav,
bot-pop.wav, death.wav, click.wav, start.wav.
Images (public/assets/images/): food.png, snake-skin.png, bg-tile.png,
logo.png, favicon.png.