2048 Python Clone

I recreated the online game 2048 by Gabrielle Cirulli because it is conceptually simple, but the randomness in each play makes it a fun puzzle. The origninal game was written in Javascript, but I wrote my version from scratch in python. I used the pygame module for graphics, and pygbag to make the web-compatible version you can play by clicking the button above. This project is open-source on Github. You can download the code and try it on your own machine.