Skip to content

Command line implementation of famous 2048 game

Notifications You must be signed in to change notification settings

himani027/2048-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048-Game

Command line implementation of famous 2048 game

2048 is a single-player sliding tile puzzle game.

The objective of the game is to slide numbered tiles on a grid to combine the tiles having same number.

When two tiles with the same number comes together, they merge into one! (Use your arrow keys to move the tiles).

Ex. If you join 2 tiles of number 2 it will become 4, 2 tiles of 4 will become 8 and so on.

Releases

No releases published

Packages

No packages published