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,35 @@
|
||||
游戏模式,棋盘大小,玩家1得分,玩家2得分
|
||||
1,15,5985,7221,玩家1得分
|
||||
|
||||
步数,玩家,行坐标,列坐标
|
||||
1,2,8,8
|
||||
2,1,4,4
|
||||
3,2,5,5
|
||||
4,1,7,7
|
||||
5,2,7,8
|
||||
6,1,3,3
|
||||
7,2,6,8
|
||||
8,1,5,8
|
||||
9,2,9,8
|
||||
10,1,10,8
|
||||
11,2,8,7
|
||||
12,1,8,6
|
||||
13,2,9,7
|
||||
14,1,9,6
|
||||
15,2,7,6
|
||||
16,1,6,5
|
||||
17,2,10,9
|
||||
18,1,6,4
|
||||
19,2,5,4
|
||||
20,1,6,3
|
||||
21,2,6,2
|
||||
22,1,6,6
|
||||
23,2,6,7
|
||||
24,1,5,6
|
||||
25,2,4,7
|
||||
26,1,5,7
|
||||
27,2,4,8
|
||||
28,1,5,9
|
||||
29,2,5,10
|
||||
30,1,1,1
|
||||
31,2,11,10
|
||||
|
Reference in New Issue
Block a user