0 Members and 1 Guest are viewing this topic.
< You must be able to display this on one line > _ _ _/'\_/`\ ( ) ( ) _ ( )| | _ _ _| | | | (_)| |_ ___| (_) | /'_` ) /'_` | | | _ | || '_`\ /',__)| | | |( (_| |( (_| | | |_( )| || |_) )\__, \(_) (_)`\__,_)`\__,_) (____/'(_)(_,__/'(____/ by Josiah W###############Requirements###############* 4,152 bytes of RAM for the game AND var usage.* (recommended, but not required)No content in Pic1, Pic2, Str0, Str1, Str2 A, B,N, X, or Y. These variables are overwritten byMADLIBS.8xp.###############Installation###############* Transfer MADLIBS.8xp to your calculator. Then,run it as a BASIC program on the homescreen.##############How to Play##############* Mad Libs is a fill-in-the-blank game.* Press ENTER to get past the title screen.* The story is "(adjective) WEATHER AHEAD!".* There are 28 words you must enter (preferablywithout a colon). Those will be words you fillin for the blanks.* Afterwards, press ENTER to read the story.Press ENTER to move forward in the story.####################Legal Information####################* This program is freeware, please distribute itfreely. Do not sell this game, or claim it asyour own. Credit me for writing it.##########Credits##########* Nickelodeon Magazine for the Mad Libs story inuse.* The user mountain100 on TI-BASIC Developer (heis now Nicoskiy) for providing support along theway.* Xeda Elnara (from the same site) for providinga string-extraction routine in use in the game.This is it::"HELLO WORLD:BONJOUR:VENUSAUR→Str1:DelVar B1:While N and Ans:N-1→N:B+1→A:inString(Str1,":",Ans→B:End:If not(Ans:1+length(Str1:sub(Str1,A,Ans-AFor different values of N, this would output"HELLO WORLD", "BONJOUR", or "VENUSAUR".* Whoever created the concept of "Mad Libs".##################Version History##################v1.0: Initial release