L-I-M-I-T/AI_Gobang
根据博弈树的启发式搜索过程、设计α-β剪枝算法和评价函数开发的一个五子棋人机博弈游戏。
This project helps you play the game of Gobang (also known as Five-in-a-Row) against a computer opponent. You make moves on a virtual board, and the AI opponent responds strategically, providing a challenging gameplay experience. This is ideal for anyone who enjoys playing classic board games and wants to practice against an intelligent computer adversary.
No commits in the last 6 months.
Use this if you want to play a game of Gobang against a computer that uses strategic thinking to challenge you.
Not ideal if you are looking for a multiplayer online Gobang game or a tool for analyzing complex game theory.
Stars
18
Forks
—
Language
Python
License
—
Category
Last pushed
Sep 08, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/L-I-M-I-T/AI_Gobang"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
bcollazo/catanatron
Settlers of Catan Bot Simulator and Strong AI Player
jbradberry/mcts
Board game AI implementations using Monte Carlo Tree Search
yunzhu-li/blupig-gomoku
A serious Gomoku board game AI written in C++
Alfo5123/Connect4
Monte Carlo Tree Search Based AI Connect 4 Bot
maxyurk/settlers_of_catan
Full game implemented + AI/ML/OtherBuzzwords players (expectimax, monte-carlo and more). Fork me!