aaronaddleman/python-checkers

Can you find another way to centralize the loop with a decorator?

Opened this issue · 0 comments

I see you have the for loop of the board in multiple places. Can you centralize this loop and call a function on the column in a centralized function?