Commit 5aeaf61
authored
games.py Gomoku (#1080)
* update games.py connect 4 display method
original code displays board sideways. Fixed display method to print board bottom down
* update games.py add Gomoku game
Trivially addition of Gomoku, thanks to flexible implementation of TicTacToe class1 parent 62a5a30 commit 5aeaf61
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
428 | 434 | | |
429 | 435 | | |
430 | 436 | | |
| |||
0 commit comments