Commit bd2ec81
Feat: Add toggle buffer window dedication command (#69)
* add example games
* Improve Connect4 AI with minimax, alpha-beta pruning, and smarter
evaluation function
* Add toggle buffer window dedication command
* Update examples/battleship/game.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update examples/battleship/game.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update examples/battleship/game.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update examples/connect4/test_game.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update examples/battleship/test_game.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update examples/battleship/test_game.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update examples/battleship/test_fleet.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update examples/battleship/game.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update examples/battleship/game.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update examples/battleship/fleet.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* bump version. add entry in HISTORY
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent e17431a commit bd2ec81
File tree
13 files changed
+1284
-45
lines changed- examples
- battleship
- connect4
13 files changed
+1284
-45
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | 113 | | |
151 | 114 | | |
152 | 115 | | |
| |||
219 | 182 | | |
220 | 183 | | |
221 | 184 | | |
222 | | - | |
| 185 | + | |
223 | 186 | | |
224 | 187 | | |
225 | 188 | | |
| |||
356 | 319 | | |
357 | 320 | | |
358 | 321 | | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
363 | 326 | | |
364 | 327 | | |
365 | | - | |
| 328 | + | |
366 | 329 | | |
367 | 330 | | |
368 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
432 | 454 | | |
433 | 455 | | |
434 | 456 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
| 178 | + | |
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments