Package com.anji.gomoku

com.anji.gomoku contains classes to handle Go-Moku (see Gamerz.net for rules).

See:
          Description

Class Summary
GomokuBoard Represents the playing area of Gomoku.
GomokuBtrPlayer Gomoku player with the following strategy (in order of preference): complete 5 in a row block opponent's 5 in a row play randomly
GomokuGame  
GomokuNeuralNetPlayer Gomoku subject whose moves are determined by a neural net.
GomokuPlayerTranscriber  
GomokuRandomPlayer Gomoku player who always plays randomly.
GomokuScanningNeuralNetPlayer Gomoku subject whose moves are determined by a neural net.
 

Package com.anji.gomoku Description

com.anji.gomoku contains classes to handle Go-Moku (see Gamerz.net for rules). Included are several different strategies of Go-Moku players.