Uses of Package
game

Packages that use game
Package
Description
Package for representing and playing two-player games.
Package for playing two-player games on the console.
  • Classes in game used by game
    Class
    Description
    Represents the state of a two-player game whose moves are described by a single object.
    Represents the two players.
    Represents the status of the game.
  • Classes in game used by game.console
    Class
    Description
    Represents the state of a two-player game whose moves are described by a single object.
    Represents the state of a game whose moves are described by two objects, i.e., from and to.