Skip to content

Himan5huvrm/2048Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048Game

2048 is a single-player sliding tile puzzle video game. The objective of the game is to slide numbered tiles on a grid to combine them to create a tile with the number 2048; however, one can continue to play the game after reaching the goal, creating tiles with larger number.

The language used to write the logic of the game is Python and GUI was developed using tkinter.

controls to play:

  • You can use either arrow keys of W, A, S and D key to perform a move UP, LEFT, DOWN and RIGHT respectively.
  • Escape button to quit the game.
  • Assigned a button "b" to go back to the previous state of game.

PIC