A recreation of the classic 2048 puzzle game in python, using the inbuilt GUI library
called Tkinter
.
You can run the game by doing python -m 2048
to run the package.
If you ever get a error of ModuleNotFoundError
pointing to tkinter, on linux / mac, You can
install it by using sudo apt install python3-tk
, and try running. It should do the trick.