Last active
August 29, 2015 14:16
-
-
Save aaronschachter/1a0d0b50ba31c2eea323 to your computer and use it in GitHub Desktop.
Namepuzzle notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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