Developed a Python-based implementation of the classic 2048 game using the Tkinter library for the GUI. The project features an AI opponent that plays the game autonomously, utilizing the Minimax algorithm with alpha-beta pruning to optimize moves. This project not only replicates the engaging mechanics of the original game but also explores AI game strategy development in a simple yet effective manner.