Skip to content

Pythodon/2048-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A university kind of project in a Event with Zuitt coordinated by our student organization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published