Skip to content

namanrox/snake-game

Repository files navigation

Snake - Eat or Get Bitten

Language Framework

About

  • Fun Game
  • Provides a glimpse of an early stage game started on button mobile phones.

Tech Stack

  • HTML
  • CSS
  • React Js (JSX)

Demo Video

Snake.-.Eat.or.Get.Bitten.webm

Environmental Setup

  • This project was developed in VS Code.

How to setup in local environment to use this project

git clone https://github.com/namanrox/snake-game.git

in your GitBash or terminal of VS Code.

  • Run the command cd snake-game
  • Run npm install to install all dependencies for the project.
  • Run npm start to start the project on localhost:3000.
  • Now you are set to use this project locally.