gobang
There are 132 repositories under gobang topic.
suragnair/alpha-zero-general
A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more
junxiaosong/AlphaZero_Gomoku
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
lihongxun945/gobang
javascript gobang AI,JS五子棋AI,源码+教程,基于Alpha-Beta剪枝算法(不是神经网络)
anlingyi/xechat-idea
让你能够在IDEA里实现聊天、下棋、斗地主!
zhiyiYo/Alpha-Gobang-Zero
A gobang robot based on reinforcement learning.
dhbloo/rapfi
One of the strongest Gomoku/Renju playing engine
happysnaker/Gobang
大一课设,一款AI五子棋项目,C++新手项目实践 — 智能人机五子棋对战。
YoujiaZhang/AlphaGo-Zero-Gobang
AlphaGo-Zero-Gobang 是一个基于强化学习的五子棋(Gobang)模型,主要用以了解AlphaGo Zero的运行原理的Demo,即神经网络是如何指导MCTS做出决策的,以及如何自我对弈学习。源码+教程
dhbloo/Rapfi-gomocup
A relatively strong gomoku AI (2018 ver). New engine: https://github.com/dhbloo/rapfi
HullQin/gobang
400行代码,五子棋双人联机对战,允许观战。两人进入同一房间即可开始对战,后续进入玩家可观战。下棋无时间限制,中途关闭网页后可以随时再回来继续对战(很适合排队无聊时玩)。前后端通信基于websocket,前端采用原生html js css,UI基于svg。后端Python,基于Daphne。无数据库。
keyu-tian/Cpp-Gomoku-with-AI
C++ Gomoku with a strong AI based on minimax search and alpha-beta pruning with Qt5 GUI. *Dozens of C++ tricks & hacks are used to improve efficiency.* Come and try to see if you can beat the powerful AI!
hulang1024/online-chess
Chess game website client and server.
GuoYi0/alphaFive
alphaGo版本的五子棋(gobang, gomoku)
jasnature/gobang_html5
五子棋,gobang,html5,canvas,js游戏,普通ai算法
Starrynightzyq/ZYNQ-PYNQ-Z2-Gobang
2018第二届全国大学生FPGA创新设计邀请赛的作品
maplefan/RicardoGoBang
这是一个开源的五子棋软件,包含双人对战和人机对战。由C++及QT框架完成,无后台通信,AI具有一定的棋力。该软件跨Windows,MacOS,Linux三大主流桌面操作系统。
tctctctctc/python-gobang
Gobang developed with python/python 五子棋
Alexlingl/GoBang
这是一个简单的五子棋项目,实现了包括人人对战和人机对战两种模式,并配有相应的博客对整个实现过程进行解释。
xuetf/AlphaZero_Gobang
Deep Learning big homework of UCAS
yichengsu/HomeworkCode
本科期末作业小项目代码。(模拟操作系统的进程管理(时间片)、模仿WIN10风格计算器、使用Xamarin的简易Android聊天软件(模仿omegle)、简易网络五子棋、C#版MD5源码)
Arman92/Gomoku
React Gomoku (Gobang / 5 in a row) Game implemented with React and ❤️
fgoll/gameSystem
🎮 a python and vue gamesystem project for drawguess(你画我猜) and gobang(五子棋)
sun-yuliang/PentaZen
A strong gomoku/renju playing engine supporting Gomocup protocol.
L-I-M-I-T/AI_Gobang
根据博弈树的启发式搜索过程、设计α-β剪枝算法和评价函数开发的一个五子棋人机博弈游戏。
zhixiangli/gomoku-battle
Gomoku Battle is a cross-language cross-system battle platform.
xcorpio/gobang
基于Unity3D的五子棋
tsreaper/verilog-gobang-game-with-ai
My project for the course "Logic and Computer Design Fundamentals"(LCDF) in Zhejiang University
MerceaOtniel/HybridAlpha
HybridAlpha - a mix between AlphaGo Zero and AlphaZero for multiple games
cnarutox/Gobang
Gobang Based on Monte Carlo Tree Search
BENULL/GoBang
WuZiQi game made by Qt5.7.0,support PVP、PVE、LAN Battle
Satar07/AI_GoBang_Public
AI五子棋c++实现,依赖raylib和raygui库,alpha-beta剪枝算法
surmon-china/javascript-gobang
⚫Javascript gobang game
CuteReimu/gobang
五子棋AI——基于博弈树的零和博弈问题的解决方案
dathlin/Gobang-
a simple computer game, you can play with computer , we designed a simple computer AI , we need you to improve the AI level , to build a more smart AI , and also helps improve our program skills [一个简单的五子棋游戏,实现了初级算法,需要大家一起来努力创建一个更加聪明的电脑AI,也用来方便新手学习。]
JiachenRen/Gomoku
Source code for Grandmaster - a Gomoku/Gobang/Five in a Row AI based on minimax. (Available for download on AppStore)
xcmyz/Gobang-AI
A C++ Implementation of Gobang AI.