Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 397 Bytes

2048 Puzzle


This is a python implementation of the famous 2048 puzzle. You must have pygame installed in order for the program to run.

For more information, rules, and tips&tricks, please go to the 2048 home page.

2048.py

How to play:

  1. Download 2048.py
  2. Run: python 2048.py
  3. Enjoy!