Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 382 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 382 Bytes

Reac Snake

A simple Snake Game component made with create-react-app. Try it !

Simple snake

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/