mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-22 22:56:08 -07:00
41183198a8
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