mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
312e909f61
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
14 lines
634 B
Plaintext
14 lines
634 B
Plaintext
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
|