Skip navigation links

Package model

this package contains all of the data structures used to model the state of the five-in-a-row game, and for processing the rules of the game.

See: Description

Package model Description

this package contains all of the data structures used to model the state of the five-in-a-row game, and for processing the rules of the game.

The Game class is the primary interface with the rest of the system. The other classes (Board, Player, Location, Victory, etc) are simple data structures.

Skip navigation links