2048 Game made with Zuitt

View project on GitHub

How to Play

The game is played on a 4x4 grid with numbered tiles that slide when a player moves them using the arrow keys.

Up Arrow: Moves all tiles up.

Down Arrow: Moves all tiles down.

Left Arrow: Moves all tiles to the left.

Right Arrow: Moves all tiles to the right.

When two tiles with the same number touch, they merge into one tile with their sum. After every move, a new tile (either a 2 or a 4) will appear in a random empty spot. The objective is to create a tile with the number 2048. The game is over when the board is full and there are no more possible moves. Also the different numbers combine like 2, 4, 8, 16, 32, 64, 128 and etc represent diffrent image per number.

Features

Classic 2048 gameplay

Simple and intuitive user interface

Score tracking

High Score/Best tracking

Game Over Modal

Able to start a new game

Responsive design for various screen sizes

Technologies Used

HTML5: For the structure of the game.

CSS3: For styling the game board and tiles.

JavaScript: For the game logic and interactivity.

Screenshots

Play Screen

Game Over

Game Over