ReactJs-SnakeGame

This is a simple clone of the classic Snake Game. This app is created using:

  • React.Js
  • HTML
  • CSS

How To Use

  • Clone Repository
git clone https://github.com/chocoholic-me/ReactJs-SnakeGame.git
  • Goto the repository directory
  • Install All the dependencies
npm install
  • To start Development server
npm start
  • The development server should be running on localhost port 3000

Build static Files

npm run build

Screenshots

Screenshot (349) Screenshot (350)