mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-05-10 02:19:46 +08:00
Initial commit: 五子棋游戏完整代码
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
游戏模式,棋盘大小,玩家1得分,玩家2得分,对局结果
|
||||
1,15,5155,2527,玩家获胜
|
||||
|
||||
步数,玩家,行坐标,列坐标
|
||||
1,2,8,8
|
||||
2,1,4,4
|
||||
3,2,5,5
|
||||
4,1,6,6
|
||||
5,2,5,6
|
||||
6,1,7,7
|
||||
7,2,5,7
|
||||
8,1,5,4
|
||||
9,2,3,4
|
||||
10,1,6,4
|
||||
11,2,6,5
|
||||
12,1,7,4
|
||||
13,2,8,4
|
||||
14,1,7,5
|
||||
15,2,5,3
|
||||
16,1,7,6
|
||||
17,2,7,3
|
||||
18,1,7,8
|
||||
|
Reference in New Issue
Block a user