Package com.barrybecker4.game.twoplayer.gomoku
An implementation of the GoMoku board game (also known as 5 in a row).
Here is a dependency diagram of the classes and subpages
Here is a dependency diagram of the classes and subpages

-
Class Summary Class Description CandidateMoves Representation of the candidate next moves on a GoMoku Game Board.GoMokuBoard Representation of a GoMoku Game Board.GoMokuController<B extends GoMokuBoard> Defines everything the computer needs to know to play GoMoku.GoMokuSearchable<B extends GoMokuBoard> Defines everything the computer needs to know to search for the next gomoku move.