This is a puzzle game 2048.
Note:
> Author:Dulan Sudasinghe
> Date: August 6, 2022
- Only logic is implemented.
- Need refresh after a game is over.
- Run
yarn installto install dependencies. - Run
yarn startto dev mode. - Run
yarn buildto build production. - Run
yarn serveto serve afteryarn buildand follow the instructions to host in local machine. - To run the code on online follow this link puzzle-2048
- Optimize
matrixstructure to linear array. - Optimize
matrix.transformfunction. Dependency invert, Debug options.- Add new game and restart game feature
- Save and reload.
- Undo-Redo manager.
- Animation
- Better UI
- Select control scheme