Skip to content

ldgit/snake

Repository files navigation

Snake

build

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.

Usage

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