mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 20:10:15 -08:00
Straightforward port. Uses a modulo operator instead of repeated subtraction, because what am I, a farmer?
Original source downloaded from Vintage Basic
Conversion to Python