i made a basic text programm it needs little more working but it works u can make it look more eye catching and u can put a manual in there how to use it if you want heres how it works though.
u just enter a number 1-10 and it gives you a momma joke thats it just a little programm for beginners id really recommend if u put this online to put a manual on how to use it.
i am a beginner to but it was fun making here is the code...
DO
rem input from users
Input "Enter word",word$
rem momma jokes
if word$="1" then print "yo momma so fat i went to go watch the never ending story and she walked by and i missed the whole thing"
if word$="2" then print "yo momma so ugly she looked out the window and got aressted for mooning"
if word$="3" then print "yo momma so stupid she got locked in a grocery store and died of starvation"
if word$="4" then print "yo momma so stupid she tripped over a cordless phone"
if word$="5" then print "yo momma so stupid she sat on the TV and watched the couch"
if word$="6" then print "yo momma so fat i didnt just sit by her the whole class did"
if word$="7" then print "yo momma so fat she stood on the scale and it said wait limit exeded"
if word$="8" then print "yo momma so nasty she gave me a virus"
if word$="9" then print "yo momma so ugly she looked in the mirror and her own image flicked her off"
if word$="10"then print "yo momma so stupid because when someone said superbowl she went and got a spoon"
if word$="End" then end
endif
LOOP
DO
if action=0
print "Command not recognized"
endif
LOOP
game creator