You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"In this game, the computer picks a 3-digit secret number using
the digits 0 to 9 and you attempt to guess what it is. You are
allowed up to twenty guesses. No digit is repeated. After
each guess the computer will give you clues about your guess
as follows:
PICO One digit is correct, but in the wrong place
FERMI One digit is in the correct place
BAGELS No digit is correct
A simple number guessing game
From: BASIC Computer Games (1978)
Gameplay
"In this game, the computer picks a 3-digit secret number using
the digits 0 to 9 and you attempt to guess what it is. You are
allowed up to twenty guesses. No digit is repeated. After
each guess the computer will give you clues about your guess
as follows:
PICO One digit is correct, but in the wrong place
FERMI One digit is in the correct place
BAGELS No digit is correct
source code:
https://github.com/JeffJetton/vintage-basic-games-in-python/blob/master/bagels.py - python port
The text was updated successfully, but these errors were encountered: