Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 397 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 397 Bytes

2048 GAME

2048 is a single-player sliding tile puzzle video game.

Description

Developed 2048 game using python and tkinter.

2048_gameplay_screenshot

Dependencies

  • Python 3

Executing program

  • Clone the repository
git clone https://github.com/magdumsuraj07/2048-game.git
  • Run using python3 interpreter
python3 2048.py