Download: braindead.zip (zipped .prg) Hey! Have you ever wanted your vic-20 to display really brain dead randomly generated messages? Oh, you're in luck! That is exactly what this program does. It's a CBM 8-bit version of my Amiga program: SimMail. Should run on any 8-bit Commodore. Minimum requirement: Vic-20 with 8K of expansion ram. |
![]() |
Note: I'm not responsible for any messages this program produces! ;-)
500 dataw,vic,c64,pc,amiga,horse,car,ear,diskdrive,dog,brain,slave,"CD",magazine,e 505 dataw,so,not,very,maybe,"{left}",e 506 dataw,"My","Your","The",e 510 dataw,nice,old,fast,slow,cool,good,bad,"sun-yellowed",blue,idiotic,stinking,e 520 datam,"<My> <vic> is <so> <nice>!",e 530 datam,"One <nice> <vic> for sale. It's in <nice> condition.",e 5000 data"end" |
There are a couple of special words:
Now what the program does is to take one of the messages. Let's say this one: "One <nice> <vic> for sale. It's in <nice> condition.". Then it just replaces the words within the <>-brackets with one of the words in it's definition. And it does that for all of the <words> of course. That's it - Simple, but fun! So for example the first word <nice> will be replaced with one of nice, old, fast, slow, cool, good, bad, "sun-yellowed", blue, idiotic or stinking. The whole message could for example become: One blue vic for sale. It's in good condition.
If you want to make your own data, load "BD-EMPTY BRAIN". It's the program engine without any data at all. It's your job to enter the data ;-)
You also have to change the Vocabulary Data info:
44 print"---------------------{down}{down}":print"Vocabulary data:{down}" 45 print"Your Name 2006":print"(And some information":print"about it.)" 46 print"---------------------{down}{down}" |
It could happen that you have to change the DIM statements too:
38 DIMM$(8):REM MESSAGES 39 DIMW$(11,22):REM (WORDS,SUBSTITUTES) 40 DIMA(11):REM SUBSTITUTE COUNT |
Have fun! And be sure to send me your own versions!