This may come in handy to any noobies.
rem Simple Madlibs by Master Programmer
rem Ask for verbs and stuff
cls
print "Input a verb ending with ing"
input "";verb1$
cls
print "Input another verb ending with ing"
input "";verb2$
cls
print "Enter your name. (capitalize first letter)"
input "";noun1$
cls
print "Enter another name.(capitalize first letter)"
input "";noun2$
rem Display madlib
cls
print "";noun1$;" was ";verb1$; " ";noun2$;"."
print "";noun2$;" was ";verb2$;"."
wait 4000
print "Press any key to quit."
suspend for key
end
This is my game:
______________________________________
<<<<I can program using anything>>>>