A simple Snake Game component made with create-react-app. Try it !
key | control |
---|---|
a | left |
s | down |
d | right |
w | up |
r | restart |
git clone [email protected]:lechinoix/react-snake.git
cd react-snake
yarn
yarn start
Play on http://localhost:3000/
A simple Snake Game component made with create-react-app. Try it !
key | control |
---|---|
a | left |
s | down |
d | right |
w | up |
r | restart |
git clone [email protected]:lechinoix/react-snake.git
cd react-snake
yarn
yarn start
Play on http://localhost:3000/