Files
basic-computer-games/54_Letter
Martin Thoma c500424956 Simplify Python Code
print_with_tab / print_with_whitespace is trivial with Python
string formatting and was mostly used in only 2 lines.
2022-04-02 07:32:09 +02:00
..
2022-03-05 09:29:23 +01:00
2022-03-05 09:29:23 +01:00
2022-01-06 20:14:39 -06:00
2022-04-02 07:32:09 +02:00
2022-02-08 21:49:00 -08:00

Letter

LETTER is similar to the game GUESS in which you guess a number chosen by the computer; in this program, the computer picks a random letter of the alphabet and you must guess which one it is using the clues provided as you go along. It should not take you more than five guesses to get the mystery letter.

The program which appears here is loosely based on the original written by Bob Albrect of Peoples Computer Company.


As published in Basic Computer Games (1978):

Downloaded from Vintage Basic at http://www.vintage-basic.net/games.html

Porting Notes

(please note any difficulties or challenges in porting here)