├── 1.0人机
├── main.c
├── Backgammon.depend
├── obj
│ └── Debug
│ │ └── main.o
├── bin
│ └── Debug
│ │ └── Backgammon.exe
├── Backgammon.layout
└── Backgammon.cbp
├── 2.0人机
├── main.c
├── readme.txt
├── Backgammon.depend
├── obj
│ └── Debug
│ │ └── main.o
├── bin
│ └── Debug
│ │ └── Backgammon.exe
├── Backgammon.bmarks
├── Backgammon.layout
└── Backgammon.cbp
├── Backgammon_3.0.3
├── main.c
├── main.o
├── main.exe
├── readme.txt
├── obj
│ └── Debug
│ │ └── main.o
├── Backgammon.depend
├── bin
│ └── Debug
│ │ └── main.exe
├── Backgammon.layout
└── Backgammon.cbp
├── Backgammon_2.0.2对抗演示程序
├── main.c
├── readme.txt
├── Backgammon.depend
├── obj
│ └── Debug
│ │ └── main.o
├── Backgammon.layout
└── Backgammon.cbp
└── README.md
/1.0人机/main.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/1.0人机/main.c
--------------------------------------------------------------------------------
/2.0人机/main.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/2.0人机/main.c
--------------------------------------------------------------------------------
/2.0人机/readme.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/2.0人机/readme.txt
--------------------------------------------------------------------------------
/1.0人机/Backgammon.depend:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/1.0人机/Backgammon.depend
--------------------------------------------------------------------------------
/1.0人机/obj/Debug/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/1.0人机/obj/Debug/main.o
--------------------------------------------------------------------------------
/2.0人机/Backgammon.depend:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/2.0人机/Backgammon.depend
--------------------------------------------------------------------------------
/2.0人机/obj/Debug/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/2.0人机/obj/Debug/main.o
--------------------------------------------------------------------------------
/Backgammon_3.0.3/main.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/Backgammon_3.0.3/main.c
--------------------------------------------------------------------------------
/Backgammon_3.0.3/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/Backgammon_3.0.3/main.o
--------------------------------------------------------------------------------
/Backgammon_3.0.3/main.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/Backgammon_3.0.3/main.exe
--------------------------------------------------------------------------------
/Backgammon_3.0.3/readme.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/Backgammon_3.0.3/readme.txt
--------------------------------------------------------------------------------
/1.0人机/bin/Debug/Backgammon.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/1.0人机/bin/Debug/Backgammon.exe
--------------------------------------------------------------------------------
/2.0人机/bin/Debug/Backgammon.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/2.0人机/bin/Debug/Backgammon.exe
--------------------------------------------------------------------------------
/Backgammon_2.0.2对抗演示程序/main.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/Backgammon_2.0.2对抗演示程序/main.c
--------------------------------------------------------------------------------
/Backgammon_2.0.2对抗演示程序/readme.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/Backgammon_2.0.2对抗演示程序/readme.txt
--------------------------------------------------------------------------------
/Backgammon_3.0.3/obj/Debug/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/Backgammon_3.0.3/obj/Debug/main.o
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # computer-Gobang-game-system
2 | 五子棋博弈算法实现包括阿尔法贝塔剪枝法和贪心算法
3 | 1.0是贪心算法
4 | 2.0是深度搜索树算法
5 | 编译环境win10
6 | ide:codeblocks
7 |
--------------------------------------------------------------------------------
/Backgammon_3.0.3/Backgammon.depend:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/Backgammon_3.0.3/Backgammon.depend
--------------------------------------------------------------------------------
/Backgammon_3.0.3/bin/Debug/main.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/Backgammon_3.0.3/bin/Debug/main.exe
--------------------------------------------------------------------------------
/Backgammon_2.0.2对抗演示程序/Backgammon.depend:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/Backgammon_2.0.2对抗演示程序/Backgammon.depend
--------------------------------------------------------------------------------
/Backgammon_2.0.2对抗演示程序/obj/Debug/main.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qzkinhit/computer-Gobang-game-system/HEAD/Backgammon_2.0.2对抗演示程序/obj/Debug/main.o
--------------------------------------------------------------------------------
/2.0人机/Backgammon.bmarks:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/1.0人机/Backgammon.layout:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/2.0人机/Backgammon.layout:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/Backgammon_3.0.3/Backgammon.layout:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/Backgammon_2.0.2对抗演示程序/Backgammon.layout:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/1.0人机/Backgammon.cbp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/2.0人机/Backgammon.cbp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/Backgammon_3.0.3/Backgammon.cbp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/Backgammon_2.0.2对抗演示程序/Backgammon.cbp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------