A Popular Online 2048-Game. It is a Single-Player Sliding Tile Puzzle Game.
![]() |
![]() |
![]() |
![]() |
- Store HighScore in Local Storage
- Addition of Score Animation
- Who first open the game first, HowToPlay Popup showup
|- build # production build
|- public # Any files within this directory will not be processed by Webpack but copied directly to the build folder.
|- readme # Contains files helps to create project readme
|- src: # Contains all source code for the React application.
|
|- assets # Contains media file
|- image # all image store here
|- components # Contains all the components used within the app.
|- helper # Contains helper functions
|- hooks # Contains custom hooks
|- pages # Contaion pages used in the projects
|- styles # Contains sass or css files.
|- App.js
|- index.js
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request