https://minh100.github.io/2048/
Play the game, 2048
- Move tiles using arrow keys
- Updates UI after movement
- Board
- Score
- Win or Lose
Clone this repo and run the following commands
This will install the module to see the app's dependencies:
npm install
The missing dependencies will automatically be updated/ installed or you can manually update/ install it
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Use this link for reference
Basically use the following command to deploy to GitHub Pages:
npm run deploy
Having multiple pages may cause an issue where redirecting or refreshing the page would cause crashes. Use the following link as a reference in order to fix this problem; You only have to do the basic