This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- Take A deep breath
- download VS Code
- download [NPM] (https://www.npmjs.com/)
- npm
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/coxsy1/stacker2days.git
-
Install NPM packages Libs requirement
npm install
-
Start Apps
npm start
or
npm run start
-
Open Game On Browser
localhost:2222 Or (yourip):2222
this apps for test purpose and you can modified by your self.
- Add sound in camera
- Add Highest Score
- Add Sound While Block tapped
- Add Sound on Game Over state
- Add bonus point after 5 run block
- Change Images after 5 run block
- Stop Song while Game Over
- Reset Background image while restart game.