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

https://github.com/ldgit/react-snake

Snake clone implemented in React
https://github.com/ldgit/react-snake

react snake

Last synced: 7 months ago
JSON representation

Snake clone implemented in React

Awesome Lists containing this project

README

          

# Snake

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

You can try it [here](https://ldgit.github.io/react-snake/). Use `w` `a` `s` `d` keys to move and `p` to pause the game.

## Usage

To start development: `npm start`

To run tests: `npm run test:all`

Build and run production version of the app:

- `npm run build`
- `npm run preview`