Port details |
- gobang This is a Gobang game that runs in the console
- 0.1.2 games =0 0.1Version of this port present on the latest quarterly branch.
- Maintainer: bigdragonsoft@gmail.com
- Port Added: 2024-09-25 06:30:34
- Last Update: 2024-10-23 17:56:18
- Commit Hash: f8339a3
- 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 = 1729575289
SHA256 (bigdragonsoft-gobang-0.1.2_GH0.tar.gz) = 89d8b1f5a17253fcd9f420f6e9d89dd6c6de7aa5c194e58c50f20c1a05ac83e6
SIZE (bigdragonsoft-gobang-0.1.2_GH0.tar.gz) = 7342
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: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 4
|