Package a5.logic


package a5.logic
This package manages game states and maintains game logic for running (m, n, k)-games.
  • Classes
    Class
    Description
    A mutable representation of an m-by-n board in which each cell can be occupied by a player or be empty
    A running (m, n, k) game.
    A Pente game, where players take turns to place stones on board.
    An immutable position (row, column) on the board.
    The classic game of Tic-Tac-Toe.