Source/BoardView.h
2008-07-31 * Fixed scaling of king pieces when the board's state is set.
2008-07-31 * Working on 3D rotation of game board.
2008-07-16 Full-screen improvements (Your Move bug #12).
2008-07-14 Tweaks and fixes, including renaming Game's "board" property/ivar to "table", which is less confusing.
2008-07-09 More tweaks, including a "reversed" property for Grids to show the second player's perspective without turning the pieces upside-down.
2008-07-03 Lots of reworking. Completed support for game history, including Turn class. Changed Game API around quite a bit.
2008-03-10 Tic-tac-toe works on the iPhone simulator!
2008-03-07 Initial check-in into Mercurial. Branched from 1.0 release of Apple's sample code. No longer requires garbage collection. Fixed some memory leaks of CG objects. Fixed a bug when advancing to the 8th row in the Checkers game.