mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 17:32:52 +02:00
whichonelooksbetter
This commit is contained in:
@@ -45,8 +45,7 @@ class TicTacToe:
|
||||
row += "|"
|
||||
board_str += row
|
||||
if i < 2:
|
||||
#board_str += "\n-+-+-\n"
|
||||
board_str += "\n"
|
||||
board_str += "\n-----\n"
|
||||
|
||||
return board_str + "\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user