aturfah / cmplxsys530-final

Final Project for Complex Systems 530 WN18
MIT License
2 stars 2 forks source link

Refactor available_players() to not have to be calculated each time #167

Closed aturfah closed 5 years ago

aturfah commented 5 years ago

blocked by #162

Right now available_players() calculates the list each time it is run, which could probably be changed to having a class attribute that it updates. Should speed up runtime a bit.

Implementation details

Test cases

aturfah commented 5 years ago

Addressed in #168