This is an AI player of the game 2048. The AI player uses the expectiminimax algorithm with alpha-beta pruning and iterative deepening search to find the best move. The AI player also uses heuristics ...