Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ldgit/snake

Basic Snake clone
https://github.com/ldgit/snake

snake-game svelte

Last synced: 12 days ago
JSON representation

Basic Snake clone

Awesome Lists containing this project

README

        

# Snake

[![build](https://github.com/ldgit/snake/workflows/build/badge.svg)](https://github.com/ldgit/snake/actions?query=workflow%3Abuild)

A basic [Snake]() clone made using [Svelte](https://svelte.dev/) framework.

You can try it [here](https://ldgit.github.io/snake/). 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`