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 ...
Python package for a 2048 variant with multiplier tiles and score tracking. Import enums from the package and drive the game with a simple loop. step returns the next board, the score delta for that ...