Re: git: 312e909f61fa - main - games/gobang: console-based Gobang game

From: Antoine Brodin <antoine_at_freebsd.org>
Date: Thu, 26 Sep 2024 17:23:09 UTC
On Wed, Sep 25, 2024 at 8:30 AM Robert Clausecker <fuz@freebsd.org> wrote:
>
> The branch main has been updated by fuz:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=312e909f61fa1f7533af565e4f6f09b5f6240510
>
> commit 312e909f61fa1f7533af565e4f6f09b5f6240510
> Author:     Qiang Guo <guoqiang_cn@126.com>
> AuthorDate: 2024-09-20 14:42:09 +0000
> Commit:     Robert Clausecker <fuz@FreeBSD.org>
> CommitDate: 2024-09-25 06:28:03 +0000
>
>     games/gobang: console-based Gobang game
>
>     This is a console-based Gobang (Five in a Row) game program.
>     It provides a 15x15 board, supports player vs AI gameplay with
>     different difficulty levels for the AI. The game implements an
>     AI decision-making system based on the minimax algorithm,
>     featuring core game logic such as board evaluation and win/loss
>     determination. The program offers a user-friendly command-line
>     interface for easy operation and game viewing, aiming to provide
>     players with an entertaining and challenging Gobang game experience.
>
>     - Two-player mode
>     - Standard 15x15 game board
>     - Alternating black and white stone placement
>     - Automatic win/loss determination
>
>     WWW: https://github.com/bigdragonsoft/gobang
>
>     PR:             281527
>     Event:          EuroBSDcon 2024

There is already a package named gobang,  please add a
PKGNAMEPREFIX/PKGNAMESUFFIX

Antoine