Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 642 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 642 Bytes

2048 game

2048 game

Play in your browser

Click here to play online. Use keyboard arrows to slide tiles left, right, up or down. Your goal is to merge as many tiles as possible and eventually create a tile with 2048 value.


Run game locally

Note: Please make sure to use Node.js in version 17 or higher.

Clone this repository, open its directory in your terminal and run this command:

npm install && npm run dev

Run unit tests

npm run test:unit