2008-07-14 |
Tweaks and fixes, including renaming Game's "board" property/ivar to "table", which is less confusing.
|
file | diff | annotate |
2008-07-09 |
More tweaks, including a "reversed" property for Grids to show the second player's perspective without turning the pieces upside-down.
|
file | diff | annotate |
2008-07-08 |
Minor fixes.
|
file | diff | annotate |
2008-07-05 |
* Improved drag-and-drop (supports CandyBar)
|
file | diff | annotate |
2008-07-03 |
Lots of reworking. Completed support for game history, including Turn class. Changed Game API around quite a bit.
|
file | diff | annotate |
2008-05-29 |
Finally fixed the slow animation performance of board games; all it took was changing the board's z index from 1 to 0, somehow. Games working well now.
|
file | diff | annotate |
2008-05-28 |
* Got it working with latest iPhone SDK.
|
file | diff | annotate |
2008-03-16 |
Game class now tracks board state and moves, as strings, and can step through its history.
|
file | diff | annotate |
2008-03-11 |
Text, playing cards, and Klondike solitaire all work on iPhone now. (Regression: Klondike UI layout has changed, and is awkward on Mac now. Need to special case that.)
|
file | diff | annotate |
2008-03-10 |
Tic-tac-toe works on the iPhone simulator!
|
file | diff | annotate |