Open-Source-Project-Collaboration / board-game-playing-ai

Chess AI using Neural Network and Min/Max algorithm and tree pruning
6 stars 3 forks source link

Breakup main.py? #13

Open ElizabethGraham opened 4 years ago

ElizabethGraham commented 4 years ago

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.