Description: Developed a Python-based implementation of the renowned puzzle game "2048" as a personal project. The game utilizes 2-D arrays, functions, and iteration methods to execute various ...
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 ...