2048 game built with Typescript using React/Redux via Next.js.
- Ant Design - Primary CSS library
- anime.js - Animation library for the cells
- Next.js - React framework for SSR
Using npm
git clone https://github.com/Mystaken/2048
cd 2048
npm i
npm run start
Using yarn
git clone https://github.com/Mystaken/2048
cd 2048
yarn
yarn start
Plays like regular 2048, but you can set the dimensions of the board on the top. Use arrow keys to move the cells or swipe using mouse or finger.