00:00
00:00
Newgrounds Background Image Theme

RiverFArt just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

I made a text adventure in command.

5,578 Views | 110 Replies

Response to I made a text adventure in command. 2010-05-16 18:07:31


So I type 'take key', press enter and the thing closes itself. What gives?


In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

BBS Signature

Response to I made a text adventure in command. 2010-05-16 18:09:09


At 5/16/10 06:07 PM, Racoonmario wrote: So I type 'take key', press enter and the thing closes itself. What gives?

Okay, I'm dumb.


In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

BBS Signature

Response to I made a text adventure in command. 2010-05-16 18:09:33


At 5/16/10 06:09 PM, Racoonmario wrote:
At 5/16/10 06:07 PM, Racoonmario wrote: So I type 'take key', press enter and the thing closes itself. What gives?
Okay, I'm dumb.

lol


BBS Signature

Response to I made a text adventure in command. 2010-05-16 18:24:02


At 5/16/10 06:09 PM, xenonmonkey wrote:
At 5/16/10 06:09 PM, Racoonmario wrote:
At 5/16/10 06:07 PM, Racoonmario wrote: So I type 'take key', press enter and the thing closes itself. What gives?
Okay, I'm dumb.
lol

Whee, I won. I have to admit looking up the part with the bear though. Riding him didn't seem very obvious or smart since he kills me for just talking to him.
It's a cool little game you got there.


In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

BBS Signature

Response to I made a text adventure in command. 2010-05-16 18:30:43


At 5/16/10 06:24 PM, Racoonmario wrote:
Whee, I won. I have to admit looking up the part with the bear though. Riding him didn't seem very obvious or smart since he kills me for just talking to him.
It's a cool little game you got there.

Thanks!


BBS Signature

Response to I made a text adventure in command. 2010-05-16 19:28:15


At 5/16/10 05:32 PM, mario-dude wrote:
At 5/16/10 05:26 PM, explodingbunnies wrote: after parachuting down onto a path i can take path A or path B, too bad no matter what i type the game won't advance. can anyone help?
Just type "A" or "B"

You and your caps aren't welcome here.


BBS Signature

Response to I made a text adventure in command. 2010-05-17 15:13:29


Awesome game.
Although it was kinda short..
(14mins)

Response to I made a text adventure in command. 2010-05-17 15:16:40


At 5/17/10 03:13 PM, Blood146 wrote: Awesome game.
Although it was kinda short..
(14mins)

Oh cool, you bumped it...


BBS Signature

Response to I made a text adventure in command. 2010-05-17 15:55:54


At 5/16/10 07:28 PM, xenonmonkey wrote:
At 5/16/10 05:32 PM, mario-dude wrote:

Just type "A" or "B"
You and your caps aren't welcome here.

:(

But i finished your game and complimented your awesomness!

Response to I made a text adventure in command. 2010-05-17 16:00:40


At 5/17/10 03:55 PM, mario-dude wrote:
At 5/16/10 07:28 PM, xenonmonkey wrote:
At 5/16/10 05:32 PM, mario-dude wrote:

Just type "A" or "B"
You and your caps aren't welcome here.
(
But i finished your game and complimented your awesomness!

Thank you then!


BBS Signature

Response to I made a text adventure in command. 2010-05-17 18:01:47


At 5/16/10 12:32 PM, Lorkas wrote: Sounds like fun!

According to the others, it was fun.


BBS Signature

Response to I made a text adventure in command. 2010-05-17 18:05:31


if it's a cross-platform programming language, can you PM me the source so I can port it to UNIX (I think Linux is able to read Mac OS-X applications when they're command line)

Response to I made a text adventure in command. 2010-05-17 18:10:49


At 5/17/10 06:05 PM, robin1232 wrote: if it's a cross-platform programming language, can you PM me the source so I can port it to UNIX (I think Linux is able to read Mac OS-X applications when they're command line)

I probably should've externally linked it, but I sent you 3 PMs


BBS Signature

Response to I made a text adventure in command. 2010-05-17 18:26:56


At 5/17/10 06:10 PM, xenonmonkey wrote:
At 5/17/10 06:05 PM, robin1232 wrote: if it's a cross-platform programming language, can you PM me the source so I can port it to UNIX (I think Linux is able to read Mac OS-X applications when they're command line)
I probably should've externally linked it, but I sent you 3 PMs

what programming language is it?
if it's MS command line I might be able to port it to C++ if I have the time.

Response to I made a text adventure in command. 2010-05-17 19:00:05


At 5/17/10 06:26 PM, robin1232 wrote: what programming language is it?
if it's MS command line I might be able to port it to C++ if I have the time.

It's MS command line.


BBS Signature

Response to I made a text adventure in command. 2010-05-17 20:18:14


Thanks to all of the answers you guys posted, I won :P tip w/ cell phone~ keep driving...

Response to I made a text adventure in command. 2010-05-17 20:28:27


At 5/17/10 08:18 PM, TheMirage wrote: Thanks to all of the answers you guys posted, I won :P tip w/ cell phone~ keep driving...

Well good job.


BBS Signature

Response to I made a text adventure in command. 2010-05-17 22:23:16


EXTEND IT!
or make another

Response to I made a text adventure in command. 2010-05-17 22:32:16


pause
cls
goto ag
:ac
cls
echo Good thing you had a parachute on your back the whole time! You float to safety and land on the side of the mountain.
pause
cls
:af
echo You landed on a path on the mountain. You walk down the path for a while and youcome to a fork in the path. Which path will you take?
echo A: A path through and open field, this path seems hilly.
echo B: A path through the dark woods, this path appears to be smooth.
set /p input=input:
if %input%==a goto ah
if %input%==b goto ai
if %input%==c goto aj
if %input%==pick-up-fork goto ak
if %input%==take-fork goto ak
if %input%==grab-fork goto ak
if %input%==get-fork goto ak
cls
goto af
:ah
cls
echo You walk down the path in the field and after several hours of walking you reachwhat seems to be your house! What will you do?
set /p input=input:
cls
echo While attempting to do whatever you were just about to do, you were attacked by a ninja. He quickly slices off your head, and you die.
echo GAME OVER
pause
cls
goto ag
:aj
cls
echo You found the secret path! You begin to walk into the the empty land.
pause
cls
goto aq
:ak
cls
echo You pick up the fork. Now you are lost.
echo GAME OVER
pause
cls
goto ag
:ai
cls
echo You walk through the surprisingly calm forest for several hours. You see the endof the forest when you come across a bear guarding the exit.
echo What will you do?
set /p input=input:
if %input%==attack-bear goto al
if %input%==kill-bear goto al
if %input%==fight-bear goto al
if %input%==hit-bear goto al
if %input%==ride-bear goto ap
if %input%==punch-bear goto al
if %input%==talk-bear goto am
if %input%==speak-bear goto am
if %input%==talk-to-bear goto am
if %input%==speak-to-bear goto am
if %input%==sneak-bear goto an
if %input%==sneak-past-bear goto an
if %input%==sneak-around-bear goto an
if %input%==sneak goto an
if %input%==pet-bear goto ao
cls
goto ai
:al
cls
echo You give a brave effort to attack the bear, but you suck at fighting so the bearmauls you, and rips your face off
echo GAME OVER
pause
cls
goto ag
:am
cls
echo You begin to ask the bear for permission to pass, and the bear replies, "I'm
echo sorry, i'm very hungry and I already ate all of the alpacas. I'm afraid I
echo must eat you."
pause
cls
echo At least he was polite!
echo GAME OVER
pause
cls
goto ag
:an
cls
start http://images.encyclopediadramatica.com/
images/3/33/Futurama_Fry_Looking_Squint.
jpg

echo The bear sees what you did there, and proceeds to claw off your face.
echo GAME OVER
pause
cls
goto ag
:ao
cls
echo You begin to pet the bear and it enjoys it!
pause
cls
echo Then it claws your face off.
echo GAME OVER
pause
cls
goto ag
:ap
cls
echo You hop on the bear and it surprisingly allows you to! You ride out of the
echo forest on a bear's back.
echo epic.
pause
cls
echo The bear suddenly turns on you and it kicks you off it's back and runs back to
echo the forest.
echo You are alone again.
pause
cls
echo CHECKPOINT!
pause
cls
:aq
echo After several hours of walking, you come across 2 vehicles. A car, and a
echo tricycle. Which will you operate?
set input=foobar
set /p input=input:
if %input%==car goto ar
if %input%==tricycle goto as
if %input%==neither goto at
cls
goto aq
:at
cls
echo You walk for miles on end with nothing to eat or drink... You soon collapse fromexhaustion.
echo GAME OVER
pause
cls
goto aq
:as
cls
echo I won't ask why you picked the tricycle over the car, but you peddle for a whileuntil you stumble across "The popular kids"
pause
cls
echo The cool kids mock you for riding a tricycle and blow your brains out with a
echo shotgun. Lolwut?
echo GAME OVER
pause
cls
goto aq
:ar
cls
echo You enter the car and drive away. After some time in the car, you come across a cell phone in the glove compartment! However, it appears to only be available
echo for text-messaging.
set input=foobar
set /p input=input:
if %input%==call goto au
if %input%==make-phone-call goto au
if %input%==dial-911 goto au
if %input%==call-911 goto au
if %input%==text goto av
if %input%==text-friend av
if %input%==text-911 goto av
if %input%==make-text goto av
if %input%==stop-car goto aw
if %input%==stop goto aw
if %input%==stop-driving goto aw
if %input%==keep-driving goto ax
if %input%==drive goto ax
if %input%==don't-stop-driving goto ax
if %input%==continue goto ax
if %input%==continue-driving goto ax
cls
goto ar
:au
cls
echo Please re-read what I just said
pause
cls
goto ar
:av
cls
echo You begin texting everyone you know for help. The car begins to
echo swerve and swerve until you crash into a wall.
echo PLZ DNT TXT+DRIVE
echo GAME OVER
pause
cls
goto aq
:aw
cls
echo You would stop, but the car has no brakes.
echo Did I forget to mention that?
pause
cls
goto ar
:ay
cls
echo Oh, hey! you're from Newgrounds! Now post in my thread.
pause
cls
goto a
:ax
cls
echo You keep driving for days, you fight through the dehydration and hunger and make it to your home! You are hapilly greeted by your pet alpaca and enjoy a dinner for one. (No one cares about the alpaca anyway)
pause
cls
echo CONGRATULATIONS! YOU MADE IT BACK HOME!
pause
cls
echo Thanks for playing the beta version of my text adventure!
echo Created by Jamie Danahy (XenonMonkey) and Tested by Chris Wong (Edvar/Mesogleac)
pause
exit


I am lemonsourkid's alt. I am used for double posting, clever alting and other rule smartassing.

BBS Signature

Response to I made a text adventure in command. 2010-05-17 23:21:58


Why exactly did you post what anyone could easily see?


BBS Signature

Response to I made a text adventure in command. 2010-05-18 20:54:37


At 5/17/10 10:23 PM, Blood146 wrote: EXTEND IT!
or make another

I tried both. They won't be as good as this one...


BBS Signature