aturfah / cmplxsys530-final

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

Refactor Ladder to not remove players from pool array #162

Closed aturfah closed 5 years ago

aturfah commented 5 years ago

Instead of removing players from the pool & re-inserting them, why not just set it up so the ladder checks for a flag?

aturfah commented 5 years ago

This has been completed, pending some more test cases (because I'm not comfortable with the ones I originally wrote)

PR: https://github.com/aturfah/cmplxsys530-final/pull/164