Port details |
- gobang This is a Gobang game that runs in the console
- 0.1.3 games
=0 0.1.2Version of this port present on the latest quarterly branch. - Maintainer: bigdragonsoft@gmail.com
 - Port Added: 2024-09-25 06:30:34
- Last Update: 2025-04-19 15:07:54
- Commit Hash: af1c28b
- License: BSD3CLAUSE
- WWW:
- https://github.com/bigdragonsoft/gobang
- Description:
- 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
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gobang-game>0:games/gobang
- To install the port:
- cd /usr/ports/games/gobang/ && make install clean
- To add the package, run one of these commands:
- pkg install games/gobang
- pkg install gobang-game
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gobang-game
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1745068100
SHA256 (bigdragonsoft-gobang-0.1.3_GH0.tar.gz) = fbb50665206624f912e443610db356b5376400f0eb71d38470242978b502d731
SIZE (bigdragonsoft-gobang-0.1.3_GH0.tar.gz) = 10204
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_gobang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.3 19 Apr 2025 15:07:54
    |
Zsolt Udvari (uzsolt)  Author: Qiang Guo |
games/gobang: Update to 0.1.3
Changelog: https://github.com/bigdragonsoft/gobang/releases/tag/0.1.3
PR: 286203
Approved by: submitter is maintainer |
0.1.2 23 Oct 2024 17:56:18
    |
Vladimir Druzenko (vvd)  Author: bigdragonsoft |
games/gobang: Update 0.1.1 → 0.1.2
Changelog:
https://github.com/bigdragonsoft/gobang/releases/tag/0.1.2
PR: 282270 |
0.1.1 06 Oct 2024 16:16:17
    |
Robert Clausecker (fuz)  Author: Qiang Guo |
games/gobang: update to 0.1.1
- update maintainer email address
- add man page
PR: 281885 |
0.1 26 Sep 2024 18:14:03
    |
Robert Clausecker (fuz)  |
games/gobang: add PKGNAMESUFFIX to not collide with databases/gobang
Fixes: 312e909f61fa1f7533af565e4f6f09b5f6240510
Reported by: antoine |
0.1 25 Sep 2024 06:28:03
    |
Robert Clausecker (fuz)  Author: Qiang Guo |
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 |
Number of commits found: 5
|