mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 04:15:45 -08:00
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