0.3.0 • Published 8 years ago
react-snake-component v0.3.0
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 git@github.com:lechinoix/react-snake.git
cd react-snake
yarn
yarn startPlay on http://localhost:3000/