dev-hmsk / boardgame

Board Game Boiler Plate & Checkers Game Implementation
1 stars 0 forks source link

Refactor # 1 #2

Open dev-hmsk opened 1 year ago

dev-hmsk commented 1 year ago

Organize funcs from main.py into subclasses in board.py or make new classes. Once this is done we can create a main() in main.py to call a wrapper function to start the checkers game.