I decided to share my text adventure that I am working on. So far it's just me and a Notepad making this game. If you would like to help, please do and say so in the comments!
This game is not a virus. If your not satisfied, click on the spoiler below.
@echo off
@title Text Adventure by Cwitchy10
:A
cls
echo.
set /p name="Enter your name: "
echo.
goto weaponchoice
:weaponchoice
cls
echo.
echo What weapon would you like on your adventures? (BETA)
echo.
echo 1. A bow
echo 2. A sword
echo 3. A dagger
set /p weaponchoice=
IF "%weaponchoice%"=="1" set weaponchoice=bow
IF "%weaponchoice%"=="2" set weaponchoice=sword
IF "%weaponchoice%"=="3" set weaponchoice=dagger
echo.
goto start
:start
cls
echo.
echo 1. Start Game
echo 2. Instructions
echo 3. Help
echo 4. Change Name
echo 5. Change Weapon
echo.
echo Your name is %name%.
echo Your weapon is a %weaponchoice%.
set /p choice=
IF "%choice%"=="1" goto C
IF "%choice%"=="2" goto instructions
IF "%choice%"=="3" goto help
IF "%choice%"=="4" goto changename
IF "%choice%"=="5" goto changeweapon
echo.
:changename
cls
echo.
set /p name=Change your name to
echo.
goto start
:changeweapon
cls
echo.
echo 1. A bow
echo 2. A sword
echo 3. A dagger
set /p weaponchoice=
IF "%weaponchoice%"=="1" set weaponchoice=bow
IF "%weaponchoice%"=="2" set weaponchoice=sword
IF "%weaponchoice%"=="3" set weaponchoice=dagger
echo.
goto start
:help
cls
echo.
echo If you need any help or if you found a bug, please email me at [email protected]
echo Or via skype, Cwitchy10.
echo.
pause
goto start
:instructions
cls
echo.
echo First, you might want to enlarge this window. Sometimes the text goes out of the screen.
echo To navigate through the game, type the number of the action you want to preform and press enter. For example:
echo 1. Go back
echo 2. Next
set /p choice=
IF "%choice%"=="1" goto start
IF "%choice%"=="2" goto next
echo.
:next
cls
echo.
echo Good job! If you need help just go back to the start and press 3.
echo.
echo 1. Menu
echo 2. Start Game
set /p choice=
IF "%choice%"=="1" goto start
IF "%choice%"=="2" goto C
echo.
:C
cls
echo.
echo You find a fork in the road as you walk up the rest of the hill
echo.
echo 1. Left
echo 2. Right
set /p choice=
IF "%choice%"=="1" goto D
IF "%choice%"=="2" goto E
echo.
:E
cls
echo.
echo As you walk a bit you find yourself in view of a castle.
echo.
echo 1. Go to the castle
echo 2. Go back to the fork in the road
echo 3. Go around the castle
set /p choice=
IF "%choice%"=="1" goto castlego
IF "%choice%"=="2" goto C
IF "%choice%"=="3" goto castlearound
echo.
:castlego
cls
echo.
echo You keep walking towards the castle. Before you get to the front gates a guard stops you.
echo "What are you doing here?"
echo.
echo 1. "I want to get inside the castle."
echo 2. "I want to murder the king."
echo 3. Kill the guard
set /p choice=
IF "%choice%"=="1" goto castlegetinside
IF "%choice%"=="2" goto castlemurdertheking
IF "%choice%"=="3" goto castlekillfrontguard
echo.
:castlegetinside
cls
echo.
echo "We'll have to search you first."
echo.
echo 1. "No."
echo 2. "Search away."
echo 3. Kill the guard
set /p choice=
IF "%choice%"=="1" goto castlenoguard
IF "%choice%"=="2" goto castlesearchaway
IF "%choice%"=="3" goto castlekillfrontguard
echo.
:castlenoguard
cls
echo.
echo "No? Whadd'ya mean no?"
echo.
echo 1. "You heard me."
echo 2. "So you are as dumb as you look."
echo 3. "Joking, go ahead and search me."
set /p choice=
IF "%choice%"=="1" goto castleyouheardme
IF "%choice%"=="2" goto castledumbasyoulook
IF "%choice%"=="3" goto castlesearchaway
echo.
:castleyouheardme
cls
echo.
echo "Well, I'm sorry sir, but you can't get in without me searching ya first."
echo.
echo 1. "Forget it, I'm leaving."
echo 2. "Fine, search me."
echo 3. Kill the guard
set /p choice=
IF "%choice%"=="1" goto castleforgetleaving
IF "%choice%"=="2" goto castlesearchaway
IF "%choice%"=="3" goto castlekillfrontguard
echo.
:castleforgetleaving
cls
echo.
echo "Suit yourself, sir."
echo.
echo 1. "On second thought..."
echo 2. Go around the castle
set /p choice=
IF "%choice%"=="1" goto castleonsecondthought
IF "%choice%"=="2" goto castlearound
echo.
:castleonsecondthought
cls
echo.
echo "I thought as much, sir."
echo.
pause
goto castlesearchaway
:castlearound
cls
echo.
echo You decide against going in the castle, and go around it.
echo.
pause
goto castleside
:castledumbasyoulook
cls
echo.
echo "Sir, I'm going to have to ask ya to leave."
echo.
echo 1. "No thank you."
echo 2. "Fine."
echo 3. Kill the guard
set /p choice=
IF "%choice%"=="1" goto castlenoleave
IF "%choice%"=="2" goto castlefineleave
IF "%choice%"=="3" goto castlekillfrontguard
:castlesearchaway
cls
echo.
echo "Alrighty then, only take a second." The guard searches you and finds your %weaponchoice%.
echo "Sorry, sir. We don't allow weapons in the castle."
echo.
echo 1. "That's ridiculous."
echo 2. "All right then."
echo 3. "Ah, I've changed my mind."
echo 4. Kill the guard
set /p choicesearched=
IF "%choicesearched%"=="1" goto castleridiculous
IF "%choicesearched%"=="2" goto castlefinedagger
IF "%choicesearched%"=="3" goto C
IF "%choicesearched%"=="4" goto castlekillfrontguard
echo.
:castleridiculous
cls
echo.
echo "Sorry, sir. But I don't make the rules here."
echo.
echo 1. "Fine, take my %weaponchoice%."
echo 2. Go back to the fork in the road (Warning: You will not be able to come back to this place)
set /p choice=
IF "%choice%"=="1" goto castlefinedagger
IF "%choice%"=="2" goto forkinroad
echo.
:castlefinedagger
cls
echo.
echo "Thank you sir, you may now go inside the castle."
echo.
pause
goto castleenter
:castleenter
cls
echo.
echo You walk into a very green courtyard in front of the castle doors. As you reach the doors yet another guard stops you.
echo "Sir, I'm going to have to search you again."
echo.
echo 1. "I was already searched once!"
echo 2. "Search away."
echo 3. Walk back to the fork in the road.
set /p choicesearchagain=
IF "%choicesearchagain%"=="1" goto castleagainsearchannoyed
IF "%choicesearchagain%"=="2" goto castleagainsearch
IF "%choicesearchagain%"=="3" goto C
echo.
:castleagainsearchannoyed
cls
echo.
echo "I know sir, security reasons. I don't make the rules here."
echo.
echo 1. "Sorry, just got a bit annoyed."
echo 2. "I'm thinking about killing you right now."
echo 3. "I'll just leave then."
set /p choice=
IF "%choice%"=="1" goto castleagainsorry
IF "%choice%"=="2" goto castleagainkillingyou
IF "%choice%"=="3" goto C
echo.
:castleagainsorry
cls
echo.
echo "Alright sir. Now may I search you?"
echo.
echo 1. "Yes, you can."
echo 2. "NO!"
echo 3. "I'm just going to leave."
set /p choice=
IF "%choice%"=="1" goto castleagainyes
IF "%choice%"=="2" goto castleagainno
IF "%choice%"=="3" goto C
echo.
:castleagainyes
cls
echo.
echo "Thank you, sir."
echo.
pause
goto castleagainsearch
:castleagainno
cls
echo.
echo "Then you won't be gettin yourself into this castle."
echo.
echo 1. "Fine, search me."
echo 2. "Yes, I will."
echo 3. "Says who?"
echo 4. "I'll just leave now."
set /p choice=
IF "%choice%"=="1" goto castleagainyessearch
IF "%choice%"=="2" goto castleagainyesiwill
IF "%choice%"=="3" goto castleagainsayswho
IF "%choice%"=="4" goto C
echo.
:castleagainyessearch
cls
echo.
echo "Thank you, sir."
echo.
pause
goto castleagainsearch
:castleagainyesiwill
cls
echo.
echo "Sir, with an attitude like that, I'm going to have to ask you to leave." The guard draws out his sword.
echo.
echo 1. "I'm not intimidated." You say, drawing your dagger.
echo 2. "Yeah, whatever."
set /p choice=
IF "%choice%"=="1" goto castleagainnotintimidated
IF "%choice%"=="2" goto C
echo.
:castleagainnotintimidated
cls
echo.
echo "Sir, I'm going to order my comrades to take you to the cells if you don't leave."
echo.
echo 1. Kill the guard
echo 2. Leave
echo 3. "Oooo, I'm really scared." You say as you roll your eyes.
set /p choice=
IF "%choice%"=="1" goto castleagainstabguard
IF "%choice%"=="2" goto C
IF "%choice%"=="3" goto castleagainreallyscared
:castleagainreallyscared
cls
echo.
echo "Sir, I don't deal kindly with sarcasm directed at me."
echo.
echo 1. "Does it look like I care?"
echo 2. "Fine, search me."
echo 3. "I'm just going to leave, I don't like crybabys."
set /p choice=
IF "%choice%"=="1" goto castleagainlikeicare
IF "%choice%"=="2" goto castleagainsearch
IF "%choice%"=="3" goto castleagainnope
echo.
:castleagainlikeicare
cls
echo.
echo "Sir, I'm going to tell you one more time, leave now."
echo.
echo 1. "Nope."
echo 2. "Suit yourself."
set /p choice=
IF "%choice%"=="1" goto castleagainnope
IF "%choice%"=="2" goto C
echo.
:castleagainnope
cls
echo.
echo The guard rushes at you with anger. You sidestep and slice his head off while some of his buddies charge at you.
echo.
echo 1. Run
echo 2. Attack
set /p choice=
IF "%choice%"=="1" goto castleagainruncoward
IF "%choice%"=="2" goto castleagainattack
echo.
:castleagainstabguard
cls
echo.
IF "%weaponchoice%"=="bow" echo You stab the guard with one of your arrows, quickly taking the arrow back. The other guards rush over to investigate.
IF "%weaponchoice%"=="sword" echo You slice the guard with your sword, quickly pulling your sword back. The other guards rush over to investigate.
IF "%weaponchoice%"=="dagger" echo You stab the guard with your dagger, quickly taking back it back and putting it in your sheath. The other guards rush over to investigate.
echo "I don't know what happened!" You tell the guards, "he just fell over and-" You kill the remaining guards while they're distracted.
echo.
echo 1. Go inside the castle
echo 2. Run away
set /p choice=
IF "%choice%"=="1" goto castleagaingoinside
IF "%choice%"=="2" goto forkinroad
:castleagainsayswho
cls
echo.
echo "Says the law, now I'm going to have to search you or you can just leave."
echo.
echo 1. Leave
echo 2. Kill the guard
echo 3. "Fine, I'll let you search me."
set /p choice=
IF "%choice%"=="1" goto C
IF "%choice%"=="2" goto castleagainystabguard
IF "%choice%"=="3" goto castleagainsearch
echo.
:castleagainkillingyou
cls
echo.
echo "Sir, if you tried, you would be dead in five seconds."
echo.
echo 1. "Maybe you're right, I'll let you search me."
echo 2. "Pffft, yeah right."
echo 3. "I'll just leave now."
set /p choice=
IF "%choice%"=="1" goto castleagainmayberight
IF "%choice%"=="2" goto castleagainyeahright
IF "%choice%"=="3" goto C
echo.
:castleagainmayberight
cls
echo.
echo "Thank you, sir."
echo.
pause
goto castleagainsearch
:castleagainyeahright
cls
echo.
echo "I don't think you want to mess with me." The guard puts his sword point at your neck.
echo.
echo 1. Attack the guard
echo 2. "Fine, I'll be searched."
echo 3. "You know what? I'm leaving."
set /p choice=
IF "%choice%"=="1" goto castleagainstabguard
IF "%choice%"=="2" goto castleagainsearch
IF "%choice%"=="3" goto C
echo.
:castleagainsearch
cls
echo.
IF "%choicesearched%"=="2" echo The guard pats around your tunic.
IF "%choicekilled%"=="2" echo You point behind the guard and quickly throw your %weaponchoice% in the tree above you while he is looking the other way. The guard pats around your tunic.
echo "All right, sir. You may enter."
echo.
echo 1. Walk inside the castle
echo 2. Go back the way you came
set /p choice=
IF "%choice%"=="1" goto castleenterin
IF "%choice%"=="2" goto C
:castleenterin
cls
echo.
echo You walk inside the castle. Thousands of decorations cover the walls and ceiling. You see some people walk by and hear them talking about a party of some sort.
echo.
echo 1. Go talk to some people
echo 2. Go exploring
echo 3. Leave the castle
set /p choice=
IF "%choice%"=="1" goto castleintalktopeople
IF "%choice%"=="2" goto castleingoexploring
IF "%choice%"=="3" goto C
echo.
:castleintalktopeople
cls
echo.
echo You walk up to the people you heard talking about the party.
echo "Yes?" A girl says.
echo.
echo 1. "I'm an assassin. I'm looking for someone named 'Bob'. Do you know where he is?"
echo 2. "I heard you talking about a party. Who's invited?"
echo 3. "Erm nothing."
set /p choice=
IF "%choice%"=="1" goto castleinsideimanassassin
IF "%choice%"=="2" goto castleinsideheardyoutalking
IF "%choice%"=="1" goto castleinsideermnothing
echo.
:castleinsideimanassassin
cls
echo.
echo "Um... Guards? Guards!" The guards seize you by the arms and take you off to jail, where you spend the rest of your life playing cards.
echo.
pause
goto lose
:castleinsideheardyoutalking
cls
echo.
echo "Only the most important people in the city get to come to the party."
echo.
echo 1. "I'm important!"
echo 2. "I see, what would I have to do to get in the party?"
echo 3. "I'll just leave now."
set /p choice=
IF "%choice%"=="1" goto castleinsideimimportant
IF "%choice%"=="2" goto castleinsidewhatwouldihavetodo
IF "%choice%"=="3" goto castleingoexploring
echo.
:castleinsideimimportant
cls
echo.
echo "Well then, we'll have to see if you get invited. What is your name?"
echo.
echo 1. "I see, what would I have to do to get in the party?"
echo 2. "I'll just leave now."
echo 3. "My name is %name%. What about you?"
set /p choice=
IF "%choice%"=="1" goto castleinsidewhatwouldihavetodo
IF "%choice%"=="2" goto castleingoexploring
IF "%choice%"=="3" goto castleinsidemynameis
echo.
:castleinsidemynameis
cls
echo.
echo "My name is Aurora. Nice to meet you %name%."
echo.
echo 1. "Nice to meet you too."
echo 2. "About the party..."
echo 3. "I'll just leave now."
set /p choice=
IF "%choice%"=="1" goto castleinsidenicetomeetyou
IF "%choice%"=="2" goto castleinsideheardyoutalking
IF "%choice%"=="3" goto castleingoexploring
echo.
:castleinsidenicetomeetyou
cls
echo.
echo "Mmmm. Well, I have other business I have to attent to, maybe we'll see eachother again sometime."
echo.
echo 1. "Okay, see you around."
set /p choice=
IF "%choice%"=="1" goto castleinsidegoexploring
:castleinsidewhatwouldihavetodo
cls
echo.
echo "You would have to do something that would take courage and bravery."
echo.
echo 1. "Like...?"
echo 2. "I've done courageous stuff!"
echo 3. "I'll just leave now."
set /p choice=
IF "%choice%"=="1" goto castleinsidelike
IF "%choice%"=="2" goto castleinsidecourageousstuff
IF "%choice%"=="3" goto castleingoexploring
echo.
:castleinsidelike
cls
echo.
echo "Like saving the king, or defeating another army."
echo.
echo 1. "Pfft, I do that in my sleep."
echo 2. "Or killing the main guards?"
echo 3. "I'll just leave now."
set /p choice=
IF "%choice%"=="1" goto castleinsideinmysleep
IF "%choice%"=="2" goto castleinsidekillingmainguards
IF "%choice%"=="3" goto castleingoexploring
echo.
:castleinsideinmysleep
cls
echo.
echo "Yes, of course you do. Now if you don't mind, I have other business to attend to."
echo.
pause
goto castlegoexploring
:castleinsidekillingmainguards
cls
echo.
echo "You what?!"
echo.
echo 1. "I killed the main guards, does that count?"
echo 2. "I didn't do anything, I was joking."
echo 3. "I'll just leave now."
set /p choice=
IF "%choice%"=="1" goto castleinsidekilledmainguards
IF "%choice%"=="2" goto castleinsidedidntdoanything
IF "%choice%"=="3" goto castleingoexploring
echo.
:castleinsidecourageousstuff
cls
echo.
echo "If you have, then you should be invited."
echo.
pause
goto castleinsidetalktopeople
:castleinsideermnothing
cls
echo.
echo "Oh..."
echo.
pause
goto castlegoexploring
:castleingoexploring
cls
echo.
echo You walk through crowds of people, looking for a place to explore. A staircase leads up to another room.
echo.
echo 1. Walk up the stairs
echo 2. Explore the ground level
set /p choice=
IF "%choice%"=="1" goto castleinsidewalkupstairs
IF "%choice%"=="2" goto castleinsideexploregroundlevel
echo.
:castleinsidewalkupstairs
cls
echo.
echo You decide to go up stairs, as there are many crowds on the ground level. You notice that upstairs, it's not so crowded, and it's not decorated much at all. There are still people walking and talking, but not very many.
echo.
echo 1. Talk to some people
echo 2. Keep exploring
echo 3. Leave the castle
set /p choice=
IF "%choice%"=="1" goto castlesecondtalktopeople
IF "%choice%"=="2" goto castlesecondkeepexploring
IF "%choice%"=="3" goto C
echo.
:castlesecondtalktopeople
:castlesecondkeepexploring
:castleinsideexploregroundlevel
:castleside
cls
echo.
echo
:castlechangedmind
cls
echo.
echo "Then you'd best be on your way."
echo.
echo 1. "On second thought..."
echo 2. Go back to the fork in the road (Warning: You will not be able to get back to this place.
set /p choice=
IF "%choice%"=="1" goto castleonsecondthought
IF "%choice%"=="2" goto forkinroad
echo.
:castlekillfrontguard
cls
echo.
IF "%weaponchoice%"=="bow" echo Before the guard can do anything, you shoot him in the heart with your bow and gently drop him to the ground.
IF "%weaponchoice%"=="sword" echo Before the guard can do anything, you stab him in the heart with your sword and gently drop him to the ground.
IF "%weaponchoice%"=="dagger" echo Before the guard can do anything, you stab him in the heart with your dagger and gently drop him to the ground.
echo.
echo You see the other guards starting to take notice of the absence of the guard.
echo.
echo 1. Retreat into the shadows
echo 2. Confront the other guards
set /p choicekilled=
IF "%choicekilled%"=="1" goto castleretreatshadow
IF "%choicekilled%"=="2" goto castleconfrontguards
echo.
:castleconfrontguards
cls
echo.
echo The remaining two guards charge at you, raising the alarm. Soon you have a massive army in front of you.
echo.
echo 1. Fight like a brave hero
echo 2. Run like a coward
echo 3. Suicide
echo 4. Turn yourself in
set /p choice=
IF "%choice%"=="1" goto castlebravehero
IF "%choice%"=="2" goto castleruncoward
IF "%choice%"=="3" goto suicide
IF "%choice%"=="4" goto castleturnin
echo.
:castlebravehero
cls
echo.
IF "%weaponchoice%"=="bow" echo You manage to hit a dozen people with your bow and fists before someone kills you.
IF "%weaponchoice%"=="sword" echo You manage to slice a dozen people with your sword before someone kills you.
IF "%weaponchoice%"=="dagger" echo You manage to stab a dozen people with your dagger before someone kills you.
echo.
pause
goto lose
:castleruncoward
cls
echo.
echo You turn around and run for your life. After a few minutes running you find yourself out of sight from the guards and back at the fork in the road.
echo.
pause
goto forkinroad
:suicide
cls
echo.
echo You bring out your dagger and stab yourself in the head.
echo.
pause
goto lose
:castleturnin
cls
echo.
echo You drop your weapons and put you hands up high. The guards seize you by the arms and drag you off to prison, where you die.
echo.
pause
goto lose
:castleretreatshadow
cls
echo.
echo You turn and crouch into the shadows of the trees. The guards come over to the dead body and study it.
echo.
echo 1. Kill the guards while they're distracted
echo 2. Walk up to the guards
echo 3. Go back the way you came (Warning, you will not be able to get back here)
set /p choice=
IF "%choice%"=="1" goto castlekillotherguards
IF "%choice%"=="2" goto castlewalkuptoguards
IF "%choice%"=="3" goto forkinroad
:castlekillotherguards
cls
echo.
echo You draw back your bow and kill one guard, the other draws his sword and charges at you.
echo.
echo 1. Fight the guard with your dagger
echo 2. Run (Warning: You will not be able to get back to this place)
set /p choice=
IF "%choice%"=="1" goto castlefightguarddagger
IF "%choice%"=="2" goto forkinroad
echo.
:castlefightguarddagger
cls
echo.
echo You throw the dagger into his head and dive aside as he fall facedown on the ground.
echo.
echo 1. Go around the castle
echo 2. Go back to the fork in the road
echo 3. Go in the castle
set /p choice=
IF "%choice%"=="1" goto castlearound
IF "%choice%"=="2" goto forkinroad
IF "%choice%"=="3" goto castleenter
:castlewalkuptoguards
:forkinroad
cls
echo.
echo You come across a bridge. The rapids below look treacherous.
echo.
echo 1. Jump into the rapids
echo 2. Use the bridge
echo 3. Keep walking
set /p choice=
IF "%choice%"=="1" goto rapidjump
IF "%choice%"=="2" goto rapidbridge
IF "%choice%"=="3" goto rapidwalking
echo.
:castlemurdertheking
cls
echo.
echo "Oh no you won't!"
echo Two other guards come and take you away to prison, where you spend the rest of your life there.
echo.
pause
goto lose
cls
echo.
echo You come across a bridge. The rapids below look treacherous.
echo.
echo 1. Jump into the rapids
echo 2. Use the bridge
echo 3. Keep walking
set /p choice=
IF "%choice%"=="1" goto rapidjump
IF "%choice%"=="2" goto rapidbridge
IF "%choice%"=="3" goto rapidwalking
echo.
:rapidjump
cls
echo.
echo You jump into the rapids and drown.
echo.
pause
goto lose
:rapidbridge
cls
echo.
echo You cross the bridge and make it safely to the other side.
echo.
pause
cls
echo.
echo You walk a ways before coming to a very thick forest.
echo.
echo 1. Go through the forest
echo 2. Go back to the bridge
echo 3. Jump in the rapids
set /p choice=
IF "%choice%"=="1" goto thickforest
IF "%choice%"=="2" goto rapidbridge
IF "%choice%"=="3" goto rapidjump
echo.
:thickforest
cls
echo.
echo As you walk into the forest you notice how big the trees really are. Some of them the size of castle towers. A squirrel comes down from a tree and sits in front of you.
echo.
echo 1. Kill the squirrel
echo 2. Pet the squirrel
echo 3. Go past the squirrel
set /p choice=
IF "%choice%"=="1" goto forestkillsquirrel
IF "%choice%"=="2" goto forestpetsquirrel
IF "%choice%"=="3" goto forestgopastsquirrel
echo.
:rapidwalking
cls
echo.
echo You decide not to use the bridge, but go on in another direction. You then encounter a wall of poison ivy and thorns.
echo.
echo 1. Cut the thorns with your dagger
echo 2. Run at the thorns
echo 3. Go back to the bridge
set /p choice=
IF "%choice%"=="1" goto thorncut
IF "%choice%"=="2" goto thornrun
IF "%choice%"=="3" goto D
echo.
:thornrun
cls
echo.
echo You run into the thorns and immediatly get stuck on them. You slowly die of blood loss.
echo.
pause
goto lose
:forestkillsquirrel
cls
echo.
echo You attempt to shoot the squirrel with your bow, but the squirrel dodges and runs away.
echo Another squirrel comes and jumps on your face. You pick the squirrel off your face and drop it on the floor.
echo.
pause
goto forestgopastsquirrel
:forestpetsquirrel
cls
echo.
echo You lean down and pat the squirrel on the head. The squirrel holds up a nut, and you take it, giving him another pet.
echo.
pause
goto forestgopastsquirrel
:forestgopastsquirrel
cls
echo.
echo You walk past the squirrel and keep walking through the forest, looking at it's many wonders. After walking for a long time, you see an opening nearby. You get to the opening and see a lake.
echo.
echo 1. Go get a drink from the lake
echo 2. Avoid the lake and walk around it
set /p choice=
IF "%choice%"=="1" goto forestlakedrink
IF "%choice%"=="2" goto forestlakeavoid
echo.
:thorncut
cls
echo.
echo You cut enough thorns and ivy to fit through. As you're crawling through, you can see a campsite with three people.
echo.
echo 1. Kill them all
echo 2. Talk to them
echo 3. Go around them
set /p choice=
IF "%choice%"=="1" goto campsitekill
IF "%choice%"=="2" goto campsitetalk
IF "%choice%"=="3" goto campsitearound
echo.
:campsitetalk
cls
echo.
echo "Hello there." You say to them.
echo.
pause
cls
echo.
echo "Hello," one of them responds, "what brings you here?"
echo.
echo 1. "Nothing, just exploring."
echo 2. "I have come here to kill you."
echo 3. "I saw your campsite and wondered if there is any food."
set /p choice=
IF "%choice%"=="1" goto campjustexploring
IF "%choice%"=="2" goto campkillyou
IF "%choice%"=="3" goto campanyfood
echo.
:campkillyou
cls
echo.
echo "Kill us? Ha! It's 3 against 1."
echo.
echo 1. "I was joking."
echo 2. "I'm going to kill you all anyway."
set /p choice=
IF "%choice%"=="1" goto campjoking
IF "%choice%"=="2" goto campkillanyway
echo.
:campkillanyway
cls
echo.
echo You draw back your bow, but before you can release it, one of the campers slices your hand with a knife. Another one stabs you in the back and you fall to the ground, dead.
echo.
pause
goto lose
:campjoking
cls
echo.
echo "You'd better watch it next time you make a joke like that."
echo.
pause
goto campjustexploring
:campjustexploring
cls
echo.
echo "And what is your name?" Another one asks.
echo.
echo 1. "I'd rather not say."
echo 2. "My name is %name%."
set /p choice=
IF "%choice%"=="1" goto camprathernot
IF "%choice%"=="2" goto campmyname
:camprathernot
cls
echo.
echo "Okay then."
echo.
pause
:campmyname
cls
echo.
echo "Ah, okay."
echo.
pause
:campsitekill
cls
echo.
echo You pull out your bow and quickly dispose of the campsite's residents. You also see they have some pretty good loot.
echo.
pause
cls
echo.
echo You walk up to the dead bodies and rummage through their pockets, finding nothing but a few coins. You look around the rest of the camp and find a saddle, more arrows, and some waterskins with water.
pause
cls
echo.
echo. A noise coming from behind you alerts you, and you're quickly drawing back your bow again. A man comes into view.
echo.
echo 1. Kill the man
echo 2. Act like you didn't kill them
echo 3. Run
set /p choice=
IF "%choice%"=="1" goto campman
IF "%choice%"=="2" goto campinnocent
IF "%choice%"=="3" goto camprun
echo.
:campman
cls
echo.
echo You let your arrow fly straight into his knee. Another arrow finishes him off.
echo.
pause
cls
echo.
echo You walk over to the recent corpse and look through his pockets, finding nothing.
echo.
echo 1. Keep walking
echo 2. Go back to the bridge
set /p choice=
IF "%choice%"=="1" goto campkeepwalking
IF "%choice%"=="2" goto D
echo.
:campkeepwalking
cls
echo.
echo You keep walking and find another barrier of vines and thorns, also a river with rocks leading across.
echo.
echo 1. Try to cut the vines
echo 2. Hop across the river
echo 3. Go back to the bridge
set /p choice=
IF "%choice%"=="1" goto barriervinetry
IF "%choice%"=="2" goto barriervineriver
IF "%choice%"=="3" goto D
:lose
cls
echo.
echo Well, congratulations, %name%. You lost. Hope you had fun. Maybe next time you won't make bad decisions.
echo.
pause
goto A
If you want to download it, the link will be below.
It would be nice if people would test it for me, as I would like to code it instead of looking through it all. So help would be appreciated.
Did I miss anything? Comment below.
Wrong section? Expected.
Not bad hope it goes well if you ever need some quick help or such pm me. If you ever want to make an extension to your main story i would be thrilled to help. Let me Know
Not bad hope it goes well if you ever need some quick help or such pm me. If you ever want to make an extension to your main story i would be thrilled to help. Let me Know
cool! i made something like this before with files within files, in files, in files, in files, in files. ANYWAY! GOOD JOB! keep up the good work! diamonds to you!
cool! i made something like this before with files within files, in files, in files, in files, in files. ANYWAY! GOOD JOB! keep up the good work! diamonds to you!
I believe it has a long way til finish, right?
Then may you make it open source (such as google drive) so others can help you?
I suggest Google Drive because the owner (you) can see who edit what.
This game is not a virus. If your not satisfied, click on the spoiler below.
It would be nice if people would test it for me, as I would like to code it instead of looking through it all. So help would be appreciated.
Did I miss anything? Comment below.
Wrong section? Expected.
Thank you.
That is all code. So far, anyway.
I will, thanks.
Don't worry, I won't stop.
Then may you make it open source (such as google drive) so others can help you?
I suggest Google Drive because the owner (you) can see who edit what.