Author Topic: Mad Libs  (Read 1723 times)

0 Members and 1 Guest are viewing this topic.

Offline JWinslow23

  • Coder Of Tomorrow
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 556
  • Rating: +43/-6
  • I make quality calculator games...when I have time
    • View Profile
Mad Libs
« on: November 27, 2013, 12:48:12 pm »
My Mad Libs game is finally here!

I'll just copy-paste the readme now.

Code: [Select]
< 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 by
MADLIBS.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 (preferably
without a colon). Those will be words you fill
in 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 it
freely. Do not sell this game, or claim it as
your own. Credit me for writing it.

#########
#Credits#
#########

* Nickelodeon Magazine for the Mad Libs story in
use.
* The user mountain100 on TI-BASIC Developer (he
is now Nicoskiy) for providing support along the
way.
* Xeda Elnara (from the same site) for providing
a 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-A

For 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

The file is here! How would you rate it?
Did you know that "Ammonia Gas" rearranged is "As Omnimaga"?
Click here for the only set of games you'll ever need
= ?

Offline TheMachine02

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 452
  • Rating: +105/-0
  • me = EF99+F41A
    • View Profile
Re: Mad Libs
« Reply #1 on: November 27, 2013, 01:19:32 pm »
Well two thing if I can  :P   I think it would be better if at the start, you set AxeOff and correct Windows settings. Cause everything is messed up if you don't have this. Anyway, this is pretty cool
« Last Edit: November 27, 2013, 01:20:10 pm by TheMachine02 »
AXE/asm programmer - unleash the power of z80 //C++//C

epic 3D things http://www.ntu.edu.sg/home/ehchua/programming/opengl/CG_BasicsTheory.html

Offline JWinslow23

  • Coder Of Tomorrow
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 556
  • Rating: +43/-6
  • I make quality calculator games...when I have time
    • View Profile
Re: Mad Libs
« Reply #2 on: November 27, 2013, 01:33:23 pm »
Sorry, I forgot to add it in. But thanks!
Did you know that "Ammonia Gas" rearranged is "As Omnimaga"?
Click here for the only set of games you'll ever need
= ?