Game class now tracks board state and moves, as strings, and can step through its history.
Fixed another bug in Go (you could drag your captured stones back to the board!)
2 // Prefix header for all source files of the 'GGB-iPhone' target in the 'GGB-iPhone' project
6 #import <Foundation/Foundation.h>
7 #import <UIKit/UIKit.h>
8 #import <QuartzCore/QuartzCore.h>