/react-2048

2048 Game written in Typescript using React/Redux and NextJS

Primary LanguageJavaScript

2048 game built with Typescript using React/Redux via Next.js.

Some libraries used

Installation

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

How to play

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.