For the final project in CS 5001, I had to write a program to play the 2048 game with Python. I chose to build a class Board that implements the logic of the game: shifting the board in the specified ...
Tested against Python 3.12.5 on pyenv, built with tcl-tk for tkinter support, which turtle requires.