kruthar / 2048

A chrome extension designed to efficiently play the 2048 tile game.
1 stars 0 forks source link

Optimized play chooses moves that have no effect on the board. #2

Closed kruthar closed 10 years ago

kruthar commented 10 years ago

The optimizer is capable of choosing moves that won't move any tiles and so get stuck in a loop

kruthar commented 10 years ago

Added a check to see if the predicted move is any different from the current configuration.