GeekGameBoard-iPhone.xcodeproj/project.pbxproj
2008-11-21 Fixed minor build errors
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-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.
2008-05-28 * Got it working with latest iPhone SDK.
2008-03-11 Added support for clicking the board to place new pieces. Go and Tic-Tac-Toe now use this.
2008-03-10 Tic-tac-toe works on the iPhone simulator!