Skip to content

liorm/MinuteSnake

Repository files navigation

MinuteSnake

Modern implementation of the classic Snake game using JavaScript and Canvas.

Live Demo

Play the game here: MinuteSnake

Build Instructions

  1. Install dependencies:

    npm install
  2. Build the project (development):

    npm run build

    The build configuration is now in esbuild.config.js.

  3. Build the project for production (minified, no sourcemaps):

    npm run build:prod

Development Mode (Watch for Changes)

Start the build in watch mode for live development:

npm run build -- --watch

Or use the shortcut:

npm run dev

Test Instructions

Run the test suite:

npm run test

Serve Locally

Start a local development server:

npm run serve

About

Quick (and Dirty?) implementation of snake in JS and canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published