Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 240 Bytes

File metadata and controls

4 lines (4 loc) · 240 Bytes

python-2048

Implementing 2048 game in python using Tkinter The game's objective is to slide numbered tiles on a grid to combine them to finally get a tile with the number 2048. Use arrow keys to move the tiles in the desired direction.