andrewt110216 / iq-tester-game

A Python command-line version of the classic brain game IQ Tester, available on PyPI. How few pegs can you leave on the board?
MIT License
0 stars 0 forks source link

Improve Complexity of Board Class Methods #13

Closed andrewt110216 closed 2 years ago

andrewt110216 commented 2 years ago

There is room for improvement in the Board class, since it was originally developed with the mantra of "get it working". Some ideas/weaknesses:

andrewt110216 commented 2 years ago

Completed review and improvements of board class