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
NOW FIXED. We had a known problem with lists of packages - they were out of date. The fix has been applied to production. See packages-import/issues/3 & packages-import/issues/4
Port details
gobang This is a Gobang game that runs in the console
0.1.2 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: bigdragonsoft@gmail.com search for ports maintained by this maintainer
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
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.2/catalog.mk
  4. /usr/local/share/licenses/gobang-game-0.1.2/LICENSE
  5. /usr/local/share/licenses/gobang-game-0.1.2/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 = 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):
gobang-game
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.20.1.2-0.1.20.1.2---
FreeBSD:13:quarterly0.1.20.1.2-0.1.20.1.2---
FreeBSD:14:latest0.1.20.1.2-0.1.20.1.2---
FreeBSD:14:quarterly0.1.20.1.2-0.1.20.1.2---
FreeBSD:15:latest0.1.20.1.2n/a0.1.2n/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.2?dummy=/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.2
23 Oct 2024 17:56:18
commit hash: f8339a3d89dbbe5499711eb9b8239d0f4055f6bbcommit hash: f8339a3d89dbbe5499711eb9b8239d0f4055f6bbcommit hash: f8339a3d89dbbe5499711eb9b8239d0f4055f6bbcommit hash: f8339a3d89dbbe5499711eb9b8239d0f4055f6bb files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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
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: 4