Package game.console


package game.console
Package for playing two-player games on the console.
  • Classes
    Class
    Description
    AbstractGame<S extends State, T>
    Conducts a two-player game on the console.
    Game<T>
    Conducts a two-player game whose moves are described by a single object.
    Conducts a two-player game of the two-phase move-type on the console.