Playing 2048 with Minimax Part 2: How to represent the game state of 2048

And how to do it in an object-oriented fashion In the last article about solving this game, I have shown at a conceptual level how the minimax algorithm can be applied to solving the 2048 … Continue reading Playing 2048 with Minimax Part 2: How to represent the game state of 2048