A basic Snake clone made using Svelte framework.
You can try it here. Use w
a
s
d
keys to move and p
to pause the game.
To start development: npm run dev
To run tests: npm run test:all
Build and run production version of the app:
npm run build
npm run preview