Guess
Guess
Publisher: CodeWorks - CursorGenre: Logical Game
Programmer: Glen Fisher
Year: 1978
Uploaded by: admin
Language: English
Downloads: 63
Download
Download
Log in with a member account to improve this entry.
We do not own the rights to any of the software
Game input holds PET matrix keys down until you physically release them, which is best for arcade games. Type input keeps the original short-tap queue for entering BASIC commands.
Charset Auto lets PET software switch normally. Graphics or Business forces the selected character ROM for compatibility/testing.
Changing RAM or ROM resets the PET. Some programs need ROM2/ROM4 or 16K/32K.
The sound slider controls the emulated PET VIA speaker. Modern browsers require a click before audio can start, so Start Game also enables audio.
The emulator has an IEEE-488 device at address 8 for loading/saving .prg files.
70%
Ready.
Game Notes
GUESS is a number-guessing game with a twist: you choose a range of numbers, and the computer will tell you whether the mystery number is within the range, lower than your range, or higher than your range. Fisher adds a grid display that covers up any numbers you eliminate.
This program is similar to TRAP, which appeared in BASIC Computer Games, edited by David H. Ahl (Creative Computing, 1978). TRAP also appeared in an earlier version of this book, 101 BASIC Computer Games (Digital Equipment Corporation, 1973), credited to Steve Ullman, with a date of August, 1972. I don't think Fisher "stole" this program as such, but rather it was just one of those ideas that was floating around and easy to implement. I must have seen dozens of BASIC variants of TRAP and other guessing games like Jotto (a word game) and Bagels (a number guessing game similar to the board game Mastermind). Fisher's slick PETSCII displays add value to the basic concept.
This program is similar to TRAP, which appeared in BASIC Computer Games, edited by David H. Ahl (Creative Computing, 1978). TRAP also appeared in an earlier version of this book, 101 BASIC Computer Games (Digital Equipment Corporation, 1973), credited to Steve Ullman, with a date of August, 1972. I don't think Fisher "stole" this program as such, but rather it was just one of those ideas that was floating around and easy to implement. I must have seen dozens of BASIC variants of TRAP and other guessing games like Jotto (a word game) and Bagels (a number guessing game similar to the board game Mastermind). Fisher's slick PETSCII displays add value to the basic concept.