Closed dmorrill10 closed 8 years ago
Thanks.
num_spaces_to_win
?Board
manages lower level changes to the board while GameState manages the higher level game dynamics. Also, I count 6 methods that are exact forwards but 8 that do some extra operations. I think that this separation is still conceptually useful and more readable than the alternative.I will look at using inheritance to make GameState and Board more readable.
@imccarten1, please review these changes and merge them or suggest additional changes.
I didn't find any bugs, but there are a few style issues.