mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-04 00:57:13 -08:00
modified the logic from how the computer was making its selections. Original code had a simple random number, this incorporates the original logic from the BASIC game.
Original source downloaded from Vintage Basic
Conversion to Python