Uses of Class
checkers.model.CheckersGame

Packages that use CheckersGame
checkers.controller   
 

Uses of CheckersGame in checkers.controller
 

Constructors in checkers.controller with parameters of type CheckersGame
GameController(CheckersGame game)
          Creates the controller with a reference to the game.