There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A 2048 Bot written in Python using an adversarial search algorithm. Uses screen grabbing to determine the game state and a basic tree search to calculate moves.