Skip to content

rogeriomattos/snake-game-react-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 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