JENNIFER YOON'S WEBSITE | RUMINATIONS

 
   

Programming Example
Slider 2048 - Python sample 2   large image, 2048

I will be uploading a Python 2.7 link to play the sliding tiles game "2048" from your desktop browser (Chrome, Firefox, Safari, NOT Internet Explorer). Codeskulptor's simple GUI for the game seems to have changed, so I will upload the playable version after making changes to the GUI call.

In the mean time, here are links to python files for your review. It uses Classes throughout.

2048_main.py

2048_gui.py (calls simplegui)

[Link Game - to be added]