- Fun Game
- Provides a glimpse of an early stage game started on button mobile phones.
- HTML
- CSS
- React Js (JSX)
Snake.-.Eat.or.Get.Bitten.webm
- This project was developed in VS Code.
- Download and install a code/ text editor.
- Recommended -
- Download Node Js and npm(Node package manager) (npm gets installed by default on downloading Node)
- Clone the repository by running the command:
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.