Othello-CLI Documentation

A command-line interface for Othello! Either player can be human or a bot. A list of available agents is available via the help command.

Installation

Othello-CLI requires Python 3.7+. To install the Othello project, run this command in your terminal:

$ pip install othello-cli

Usage

$ othello [OPTIONS]
-b <agent>, --black <agent>

The agent type for black.

-w <agent>, --white <agent>

The agent type for white.

--version

Display the version and exit.

--help

Display a short help message and exit.

Reference