https://github.com/amiel/swapper
A simple site swap based iphone game (still very much in the prototyping stage)
https://github.com/amiel/swapper
Last synced: about 1 year ago
JSON representation
A simple site swap based iphone game (still very much in the prototyping stage)
- Host: GitHub
- URL: https://github.com/amiel/swapper
- Owner: amiel
- Created: 2011-12-28T19:21:08.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-01-13T14:10:08.000Z (over 13 years ago)
- Last Synced: 2024-10-03T12:33:06.878Z (over 1 year ago)
- Language: Objective-C
- Size: 138 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Purpose
I wrote this app to experiment with unit testing in Objective-C.
Contact me if you really want an explanation.
## Customizing the patterns
Right now all of the available site-swaps are hardcoded in a static
array in `PatternChooserController.m`.
## Site Swap
> [SiteSwap](http://en.wikipedia.org/wiki/Siteswap) is a notation used
> to describe juggling patterns. It encodes the number of beats of each
> throw, which is related to their height, and the hand to which the throw
> is to be made.
This app turns site swap in to a puzzle game.
TODO: Explain how to play the game...