Advanced-Software-Engineering-UMKC / Nine-Mens-Morris

3 stars 0 forks source link

Consider how to call piece placement, movement, and flying within get_cell_clicked #23

Open raspberrymilkyway opened 1 week ago

raspberrymilkyway commented 1 week ago

Reference https://github.com/Advanced-Software-Engineering-UMKC/Nine-Mens-Morris/pull/17#discussion_r1786983702

The current setup could be restructured to better separate GUI classes. Possible improvements:

raspberrymilkyway commented 1 week ago

Isn't calling the board kind of the same thing? Should we swap the build_board/draw_board set up?