Skip to content

Instantly share code, notes, and snippets.

@jasonmcdermott
Created July 3, 2014 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonmcdermott/ea3144db686abf55b959 to your computer and use it in GitHub Desktop.
Save jasonmcdermott/ea3144db686abf55b959 to your computer and use it in GitHub Desktop.
- (void)handleTap:(UIGestureRecognizer*)tap {
if (playing) {
// score--;
[self updateLabels];
if (score < 0) {
[self endGame];
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment