You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me that main.py should probably be broken up into main.py, pieces.py, moves.py, rules.py, and eventually ai_player.py. Right now it's really hard to see whats going on since functions that are drawing the board, defining pieces, and checking moves are all interspersed.
The text was updated successfully, but these errors were encountered:
It seems to me that main.py should probably be broken up into main.py, pieces.py, moves.py, rules.py, and eventually ai_player.py. Right now it's really hard to see whats going on since functions that are drawing the board, defining pieces, and checking moves are all interspersed.
The text was updated successfully, but these errors were encountered: