Snake game built with Reactjs and using ContextAPI to share states
Test the game by clicking here!
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