Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 872 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 872 Bytes

🐍 Snake Game 🎮

Snake game built with Reactjs and using ContextAPI to share states

Test the game by clicking here!

Installation

Installation

First download the repository to your computer, as shown below:

  git clone https://github.com/rogeriomattos/snake-game-react-js/

Then, go into the snake-game-react-js folder and install the project's dependencies, as shown below:

  cd snake-game-react-js
  npm istall

Finally, to run the game just run the following command:

  npm start