This commit is contained in:
SpudGunMan
2025-10-06 14:40:08 -07:00
parent 4ba60ed276
commit a9da8336cc
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -45,7 +45,8 @@ class TicTacToe:
row += "|"
board_str += row
if i < 2:
board_str += "\n-+-+-\n"
#board_str += "\n-+-+-\n"
board_str += "\n"
return board_str + "\n"
+1 -1
View File
@@ -262,7 +262,7 @@ if hamtest_enabled:
if tictactoe_enabled:
from modules.games.tictactoe import * # from the spudgunman/meshing-around repo
trap_list = trap_list + ("tictactoe",)
trap_list = trap_list + ("tictactoe","tic-tac-toe",)
games_enabled = True
# Games Configuration