Skip to content

Prince0906/2048-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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