Skip to content

Instantly share code, notes, and snippets.

@aaronschachter
Last active August 29, 2015 14:16
Show Gist options
  • Save aaronschachter/1a0d0b50ba31c2eea323 to your computer and use it in GitHub Desktop.
Save aaronschachter/1a0d0b50ba31c2eea323 to your computer and use it in GitHub Desktop.
Namepuzzle notes
DisplayPuzzle:(NSString *)text asInteractive:(BOOL)isInteractive
* displays each character as a Piece except spaces are rendered as horizontal space, not Pieces. display is centered
if isInteractive:
* create Slots
* add PanGesture to each Piece
====
Game
* Puzzles
* Current Puzzle
* Current Piece Index
===
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment