LinuxCommandLibrary

gomoku

TLDR

Start gomoku game

$ gomoku
copy

SYNOPSIS

gomoku [options]

DESCRIPTION

gomoku is a terminal-based implementation of the Gomoku (Five in a Row) board game. Players take turns placing stones trying to get five in a row horizontally, vertically, or diagonally.
The game is played on a grid, typically against an AI opponent. It's a strategy game originating from Japan.
gomoku provides terminal-based Five in a Row gameplay.

CAVEATS

Terminal game. Requires appropriate terminal. Various implementations exist.

HISTORY

Gomoku is a traditional strategy board game. Terminal versions provide accessible gameplay.

SEE ALSO

gnugo(1)

Copied to clipboard