Skip to content

kidskoding/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2048

A clone of the iconic number-themed tile sliding puzzle game, 2048, built using Python and Pygame.

2048 is a popular tile sliding puzzle game, where a player must continuously merge two like smaller tiles in order to form one bigger tile (e.g. merging a tile with a value 2 and another tile with a value 2, forms one bigger tile with double the tiles' values). This process repeats until a tile is formed with the value 2048!

Play the originally published 2048 here!

Playing the game

Use the up/left/down/right keys, or WASD to move the tiles in up, left, down, and right respective order to form the tile 2048! The game ends whenever there are no more empty spaces and adjacent tiles with the same value!

A preview of my 2048 clone!

Screenshot 2024-09-12 at 11 11 00 AM

When the player reaches 2048, they win the game!

Screenshot from 2024-10-04 16-46-54

If there are no tiles that can merge or no spaces to add new tiles, the game is over!

Screenshot from 2024-10-04 16-48-30

About

A clone of the iconic number-themed 2048 tile sliding puzzle game built using Python and Pygame.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages