All Projects → Alexlingl → GoBang

Alexlingl / GoBang

Licence: other
这是一个简单的五子棋项目,实现了包括人人对战和人机对战两种模式,并配有相应的博客对整个实现过程进行解释。

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to GoBang

python-gobang
Gobang developed with python/python 五子棋
Stars: ✭ 35 (-5.41%)
Mutual labels:  gobang
alphaFive
alphaGo版本的五子棋(gobang, gomoku)
Stars: ✭ 51 (+37.84%)
Mutual labels:  gobang
gomoku-battle
Gomoku Battle is a cross-language cross-system battle platform.
Stars: ✭ 18 (-51.35%)
Mutual labels:  gobang
Alphazero gomoku
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
Stars: ✭ 2,570 (+6845.95%)
Mutual labels:  gobang
Alpha Zero General
A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more
Stars: ✭ 2,617 (+6972.97%)
Mutual labels:  gobang
AlphaZero Gobang
Deep Learning big homework of UCAS
Stars: ✭ 29 (-21.62%)
Mutual labels:  gobang
gobang
一个五子棋AI,使用原生JavaScript开发
Stars: ✭ 22 (-40.54%)
Mutual labels:  gobang

GoBang

这是简单的五子棋项目。它采用的编程软件是Eclipse。 其中GoBangAI工程采用的是手绘棋盘和棋子的方式。而GoBangAI2则采用了添加棋盘和棋子图片的方法。界面最漂亮的是GoBang3,后期做了不少界面的优化。每一个工程都可以独立运行起来。 实现了人人对战和人机对战两种模式。其中人机对战是采用权值法实现的。 在使用时,需要点击“开始新游戏”的按钮才能在棋盘上下棋。每次重新选择完“人人对战”或“人机对战”的模式之后需要再重新点击一次“开始新游戏”。 需要了解整个项目的实现过程,请参考我的博客:https://blog.csdn.net/alexwym/article/details/80847170 里面一共有三篇,分别介绍了实现这个项目的全过程和一些细节信息

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].