Skip to content
Snippets Groups Projects
Commit 01f23235 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 95417604
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ each button.
The view controller's `updateViewFromGame()` method is now quite short. It has
to:
- add `ButtonTile`s to the board if the model has a previously-unseen `Tile`.
- remove `ButtonTile`s from the board if a previously-unseen `Tile` no longer
- remove `ButtonTile`s from the board if a previously-seen `Tile` no longer
exists.
- ensure that all remaining `ButtonTile`s have accurate row/col information.
- update the score
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment