This project is a basic implementation of the 2048 game using the Tkinter library in Python. It's not finished yet. 2048 is a sliding block puzzle game where the objective is to combine tiles with the ...
Python can be downloaded here: python.org. Numpy package in Python is used for the game board and must be installed. You can run the following command in your ...