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,18 @@
|
||||
游戏模式,棋盘大小,玩家1得分,玩家2得分
|
||||
1,15,1581,33119,玩家1得分
|
||||
|
||||
步数,玩家,行坐标,列坐标
|
||||
1,1,2,2
|
||||
2,2,3,3
|
||||
3,1,2,3
|
||||
4,2,2,4
|
||||
5,1,4,4
|
||||
6,2,4,2
|
||||
7,1,5,5
|
||||
8,2,1,5
|
||||
9,1,6,6
|
||||
10,2,7,7
|
||||
11,1,7,6
|
||||
12,2,5,6
|
||||
13,1,9,9
|
||||
14,2,5,1
|
||||
|
Reference in New Issue
Block a user