A Great Game for the lonely by Anonymous Coder20th Aug 2006 4:35
|
---|
Summary I made this game in 5 minutes at school so it is preety good for a rookie! Description Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com load music "oceans apart.mid",1 loop music 1 input "Enter Name>";a$ cls set cursor 320,240 print "Hello," print a$ wait 2000 cls DO input "Teach me a word>";b$ cls set cursor 1,1 print b$ cls print "thankyou," print a$ print ",for teaching me how to spell" print b$ wait 10000 cls print "can i please have something?" wait 2000 cls input "What can i have?>";c$ cls print "Thankyou" print a$ print "for giving me" print c$ wait 10000 cls input "can i have a pet?>";d$ cls input "im sort of hungry, can i have some food please.What can i have>";e$ cls print "mmm, that was tasty! Thank you" cls LOOP |