Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 369 Bytes

Snake Game

A little game I created to practice React Hooks.

See it live in https://michalporag.github.io/snakeGame/

To install and run:

Install:

  • npm install -g react react-dom
  • npm install react-scripts --save

Run:

  • npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.