Ngoc N. Tran

Results 3 comments of Ngoc N. Tran

I'd say that's sufficient. If we go with stuff like screen clearing, that'll open a huge can of worm.

@WangChuanYuan Apparently fortunately the code wouldn't break, since if you loop too far, the last check starting at `len(player_pieces) - self.win_length + 2` is only `self.win_length - 1`-long, and won't...