Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 249 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 249 Bytes

Snake Game using React

Play at https://ravikp7.github.io/snake-game/

Game working code is in src/components/

Forked create-react-app and modified it

To run it locally:

Fork and cd into repo

Run npm install and then npm start