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 ...
This project is a Python implementation of the classic 2048 game. The objective of the game is to slide numbered tiles on a grid and combine them to create a tile with the number 2048. This version ...