That's my version of 2048 game, made with JavaScript and Canvas.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production.
It correctly bundles React in production mode and optimizes the build for the best performance.
Launches the production build app.
npm install
npm start
# or
yarn
yarn start
Use the keyboard arrows to move the grid.
I Love feedback, so be nice and give me some comment!