This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
This is an attempt to recreate the popular game 2048 with some additional features The game has been implemented using React Framework and JavaScript language for easy development
- Fully working game using keys: Moves can be made by using any of the arrow keys
- New UNDO feature that allows you to Undo your moves 3 times during the game.
- NEW GAME button allows you to rest and start all over at any time
- Responsive layout using flexbox and media-queries
- Adding Transitions to add effects
- Responding to touch events
- Adding unit tests
- Clone the repo to your favorite directory
- Use npm start command to start the server.
- Your app will run on your browser on something like http://localhost:3000/