Unsatisfactory Software software
Software Magazines Misc About
Contents | Index | Help | < Browse | Browse >
Biscuit Factory
By Chris Young, based on an idea by Phillip Lake

You are the production manager of a new biscuit company. Your mission, should you choose to accept it (I suggest you do, since you'll be out of job if you don't), is to make some biscuits. But it's not that easy - the machine is broken and a 100% success rate is obtainable, but unlikely. Can you, using your cookery skills and knowledge of where the EXE button is, produce the maximum amount of award-winning biscuits? (The most I have seen anyone manage is 7)

Controls: Whack the EXE button and MAKE SOME BISCUITS!

«159 BYTES»

BANK 0
------

0 -> X:10 -> Y
"BISCUIT FACTORY... HIT EXE TO MAKE BISCUITS"/
Lbl 1
Int (Ran#×3) -> Y
Y=2 => Prog 1
Y <> 2 => " "/
Dsz Z
Goto 1
" "
"OUT OF 10 BISCUITS, YOUSUCCESSFULLY MADE:"
X

BANK 1
------

X+1 -> X
"O"/