Add command line argument handling (maybe getopt). Basic options:
--(white|black) PLAYERTYPE player move sources, where player types:
ai moves generated by computer player
cli human player using interactive command line interface
gtp moves read from stdin using go transfer protocol
--tictactoe tictactoe on 3x3 board instead of go
--gomoko five in a row instead of go
--board N set game board for NxN
--handicap N number of handicap stones
--komi N number of komi
--help prints this help
Add command line argument handling (maybe getopt). Basic options:
--(white|black) PLAYERTYPE player move sources, where player types:
ai moves generated by computer player cli human player using interactive command line interface gtp moves read from stdin using go transfer protocol --tictactoe tictactoe on 3x3 board instead of go --gomoko five in a row instead of go --board N set game board for NxN
--handicap N number of handicap stones --komi N number of komi --help prints this help