Skip to content

Implement history.

Arnaud B. requested to merge arnaudb/history into master

Swell Foop, like other games like Tetravex, only uses random for the puzzle generation. In this case, it makes sense to allow the player to undo/redo moves. Here is a complete implementation, that I hope without bugs (the model is really tricky), including the saving of the history when closing the application.

Merge request reports