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

auto

parent 01f23235
No related branches found
No related tags found
No related merge requests found
...@@ -246,13 +246,16 @@ You should: ...@@ -246,13 +246,16 @@ You should:
date-and-date, as shown in the video. date-and-date, as shown in the video.
- your game should jump to the high-scores screen at the end of a game when - your game should jump to the high-scores screen at the end of a game when
calling `isDone()` returns true for the first time. calling `isDone()` returns true for the first time.
- you do not need to worry about landscape mode
## Task 8: Implement the *About* Scene ## Task 8: Implement the *About* Scene
It doesn't have to be like mine, and it doesn't have use gestures, but it It doesn't have to be like mine, and it doesn't have use gestures, but it
should be fancy. Use `UIBezierPath` to draw something a diagram, make a little should be fancy. Use `UIBezierPath` to draw something a diagram, make a little
mini-game using dynamic gestures, be creative! mini-game using dynamic gestures, be creative!
- You do have to worry about landscape mode. If you do use dynamic animations
and they fly away during rotation, it's fine just to have a way to restart
in the new orientation
## Grading ## Grading
......
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