/2048-Python-Bot

My attempt at playing 2048 with a bot written in Python. Uses screen grabbing to determine the game state and a basic tree search to calculate moves.

Primary LanguagePython