notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
gobang This is a Gobang game that runs in the console
0.1.1 games on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1Version of this port present on the latest quarterly branch.
Maintainer: [email protected] search for ports maintained by this maintainer
Port Added: 2024-09-25 06:30:34
Last Update: 2024-10-06 16:16:17
Commit Hash: cc96904
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/gobang
  2. share/man/man6/gobang.6.gz
  3. /usr/local/share/licenses/gobang-game-0.1.1/catalog.mk
  4. /usr/local/share/licenses/gobang-game-0.1.1/LICENSE
  5. /usr/local/share/licenses/gobang-game-0.1.1/BSD3CLAUSE
Collapse this list.
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 = 1728180864 SHA256 (bigdragonsoft-gobang-0.1.1_GH0.tar.gz) = 275dfb9dabe63939421603005a7f6e23c752a916f530445388d499691edca33b SIZE (bigdragonsoft-gobang-0.1.1_GH0.tar.gz) = 7097

Packages (timestamps in pop-ups are UTC):
gobang-game
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.1--0.1---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-0.1--0.1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest0.10.1n/a0.1n/a---
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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/bigdragonsoft/gobang/tar.gz/0.1.1?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.1
06 Oct 2024 16:16:17
commit hash: cc969043ad1657f48ebb0f9120949c49e51085ebcommit hash: cc969043ad1657f48ebb0f9120949c49e51085ebcommit hash: cc969043ad1657f48ebb0f9120949c49e51085ebcommit hash: cc969043ad1657f48ebb0f9120949c49e51085eb files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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
commit hash: d41ba54fd9e5b7018e44d65a509044b6005cb6f8commit hash: d41ba54fd9e5b7018e44d65a509044b6005cb6f8commit hash: d41ba54fd9e5b7018e44d65a509044b6005cb6f8commit hash: d41ba54fd9e5b7018e44d65a509044b6005cb6f8 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
games/gobang: add PKGNAMESUFFIX to not collide with databases/gobang

Fixes:		312e909f61fa1f7533af565e4f6f09b5f6240510
Reported by:	antoine
0.1
25 Sep 2024 06:28:03
commit hash: 312e909f61fa1f7533af565e4f6f09b5f6240510commit hash: 312e909f61fa1f7533af565e4f6f09b5f6240510commit hash: 312e909f61fa1f7533af565e4f6f09b5f6240510commit hash: 312e909f61fa1f7533af565e4f6f09b5f6240510 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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: 3