react-snake-component
v0.3.0
Published
A simple Snake Game component made with create-react-app. [Try it !](https://lechinoix.github.io/react-snake/)
Downloads
12
Readme
Reac Snake
A simple Snake Game component made with create-react-app. Try it !
Controls
key | control --- | --- a | left s | down d | right w | up r | restart
Install
git clone [email protected]:lechinoix/react-snake.git
cd react-snake
yarn
yarn start
Play on http://localhost:3000/