diff --git a/assign3.md b/assign3.md index 668295a69984b710df9db58fd613219e1ab2ce92..ac1f730c4713d456241ed51d1e76ed2435a7f2e3 100644 --- a/assign3.md +++ b/assign3.md @@ -218,7 +218,7 @@ Implement tile animation entirely in your `BoardView` class: view controller removes the `ButtonTile` from the board. ## Task 5: Gestures -Add gestures to the board. The gesture recognizer use your +Add up, down, left, and right swipe gestures to the board. The gesture recognizer use your game's view controller as a target (first parameter to the `UISwipeGestureRecognizer` initializer), but you can attach this either to view controller's view, or to the game board. Either works.