[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The 1st Annual 1-2K Text Adventure Competition
"Shaun Bebbington" <shaun.bebbington@livepublishing.co.uk> wrote in message
44a24a6c.0406290652.3deb0649@posting.google.com">news:44a24a6c.0406290652.3deb0649@posting.google.com...
>
> How about this:
>
> 10 PRINT CHR$(147);:PRINT"YOU ARE IN A ROOM."
> 11 PRINT "WHAT DO YOU WANT TO DO NOW";:
> 12 INPUT A$:IF A$=""THEN GOTO 12
> 13 PRINT "I DON'T UNDERSTAND THAT..."
> 14 GO TO 11
>
> Would that win? ;)
>
> Shaun.
>
Isn't that the complete source code for Westfront PC? :)