mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-24 07:27:59 -07:00
cad9b8f816
Fixed board being rendered twice bug when current_player = OccupiedBy.PLAYER. TL;DR unnecessary print statement
Original source downloaded from Vintage Basic
Conversion to Python