1

Looking for batch coding partner

indubitably 2/28/14 8:14 pm
215
3/1/2014 10:32 am
i am looking for someone who is good at batch (we may go to other languages later on) to help me with a game that i am making (yes i know batch is pretty much the worst language out there or games but i am doing it because i enjoy a challenge).
i want someone to help me out with some coding and/or someone to help me out with the general storyline and design.pm me if you want to help out
Posted by
indubitably
Level 1 : New Explorer
0

  Have something to say?

JoinSign in

11

gabe4356
03/01/2014 10:32 am
Level 53 : Grandmaster Blob
I will be able to help. But I have a suggestion. Maybe make you're game in Java instead of DOS.
1
Jetra
03/01/2014 9:58 am
Level 40 : Master Scribe
Moved to Recruitment and Teamwork.

/move
1
LazyChuckle
02/28/2014 8:35 pm
Level 4 : Apprentice Crafter
I can help with coding
1
EpicRobertA1
02/28/2014 8:27 pm
Level 20 : Expert Architect
lol
1
Shadow_Anndroid
02/28/2014 8:25 pm
Level 25 : Expert Toast
You can't make a game out of batch, batch files only run commands thru the command line.
1
gabe4356
02/28/2014 8:42 pm
Level 53 : Grandmaster Blob
Explain this: How come I made a quiz with batch? Also. Well...I just wanted to say Also.
1
indubitably
02/28/2014 8:32 pm
Level 1 : New Explorer
*facepalm*
did you not even read my post?i specifically said that i have full knowledge that batch is a shitty language and i am only doing it as a personal challenge.
1
Shadow_Anndroid
02/28/2014 8:34 pm
Level 25 : Expert Toast
Yes I did, but it can't be a challenge if it can't be done. End of Story.
1
McJJH
02/28/2014 8:33 pm
Level 14 : Journeyman Turtle
He believes that it is "IMPOSSIBLE" even with good knowledge. BUT. How exactly is it possible? and is there actually any "colored" graphics you can implement?
1
indubitably
02/28/2014 8:38 pm
Level 1 : New Explorer
no. batch is all text-based and if you are trying to make a game with "colored" graphics you have the wrong language.batch is also VERY time consuming and is not normally used for games.this is a project i started afew weeks ago and i am going to continue this for about a year or two untill i have made a game out of batch even whilst other people say it is impossible.to show you how time consuming it can be here is what i have so far.i only have a menu screen and 1 map made:@echo off
title zombie-batchgame
color 07
echo PLay: %time% %date%>>date.txt
echo if you are going to play this game try not to press the enter key
echo when you dont have a action selectedor the game WILL
echo I repeat your game WILL (i said WILL) turn off.
pause
cls
echo Act-One:Part_One_Scene_One:
echo The world was in ruin.The cities were bare.
echo Humans were no longer the biggest threat to the enviroment.
echo the zombies:they have killed over 75% of the population.it
echo your job to stop them.
pause
goto gamestart
:gamestart
cls
color 0c
echo -----------------
set /p login=Username:
echo -----------------
:user
if %login% ==Shabudan000 goto password
if not %login% == shabudan000 goto user
:password
echo.
echo -----------------
set /p pass=Password:
echo -----------------
if %pass% ==google12 goto success
if not %pass% ==google12 goto incorrect
:incorrect
echo.
echo Something incorrect
echo Login again ? (yes or no)
echo.
set /p htjyj=
if %htjyj% == yes goto menu
if %htjyj% == no goto exit
:exit
exit
:success
echo.
echo Welcome User !
echo.
pause
cls
goto hello
:hello
echo -----------------------------------------
echo The time is %time% and the date is %date%
echo -----------------------------------------
set /p start=What is your name:
if %start%==daniel goto command
pause
goto command
:command
cls
echo. what is your command? inventory;info;character;exit;stats:load;save;map;gameinfo
set /p command=What do you want to do?
if %command%==info goto info
if %command%==inventory goto inventory
if %command%==character goto character
if %command%==exit goto exit
if %command%==stats goto stats
if %command%==save goto save
if %command%==load goto load
if %command%==map goto mapload
if %command%==gameinfo goto game
:info
cls
echo ___________________________________
echo your name is %start%----------------
:info2
echo ___________________________________
echo the time is %time%-----------------
echo ___________________________________
echo the date is %date%-----------------
echo ___________________________________
pause
cls
goto command
:inventory
cls
echo This Option is currently unavailable '-'.
pause
cls
goto command
:character
cls
echo This option is currently unavailable '-'.
pause
cls
goto command
pause
goto command
:exit
timeout /t 5
exit
:stats
echo hp=NOT READY YET!
echo money=YOU ARE BROKE FOR NOW!
pause
cls
goto command
:save
echo SORRY NOT AVAILABLE
pause
goto command
:load
echo SORRY NOT AVAILABLE
pause
goto command
__________________________________________________________________________________________________
:mapload
cls
echo where do you want to go map1,map2
set /p map=what map:
if %map%==map1 goto 1x1
if %map%==map2 goto 1x1m2
:map1
goto 1x1
:1x1
cls
echo .
echo ZYou #flatPlains -mountains @Water
echo do you want to clear the map screen
echo ------------
echo -##########-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -Z######@@@@-
echo ------------
set /p dire=what direction type clear to clear screen::
if %dire%==w goto 1x2
if %dire%==a goto 1cant
if %dire%==s goto 1cant
if %dire%==d goto 2x1
if %dire%==clear cls
if %dire%==clear goto 1x1
pause
:1cant
echo cant go there
pause goto 1x1
:game
echo not ready
pause
goto command
:1x2
cls
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#######@@@-
echo -Z#####@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 1x3
if %dire%==a goto 1x2cant
if %dire%==s goto 1x1
if %dire%==d goto 2x2
if %dire%==clear cls
if %dire%==clear goto 1x2
pause
:1x2cant
echo cant go there
pause
goto 1x2
:1x3
cls
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -Z######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 1x4
if %dire%==a goto 1x3cant
if %dire%==s goto 1x2
if %dire%==d goto 2x3
if %dire%==clear cls
if %dire%==clear goto 1x3
pause
:1x3cant
echo cant go there
pause
goto 1x3

:1x4
cls
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -Z#########-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 1x5
if %dire%==a goto 1x4cant
if %dire%==s goto 1x3
if %dire%==d goto 2x4
if %dire%==clear cls
if %dire%==clear goto 1x4
:1x4cant
echo cant go there
pause
goto 1x4
pause
:1x5
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -Z#########-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 1x5cant
if %dire%==a goto 1x5cant
if %dire%==s goto 1x4
if %dire%==d goto 2x5
if %dire%==clear cls
if %dire%==clear goto 1x5
pause
:1x5cant
echo cant go there
pause
goto 1x5
:2x1
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -#Z#####@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 2x2
if %dire%==a goto 1x1
if %dire%==s goto 2x1cant
if %dire%==d goto 3x1
if %dire%==clear cls
if %dire%==clear goto 2x1
:2x1cant
echo cant go there
pause
goto 2x1


:2x2
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#######@@@-
echo -#Z####@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 2x3
if %dire%==a goto 1x2
if %dire%==s goto 2x1
if %dire%==d goto 3x2
if %dire%==clear cls
if %dire%==clear goto 2x2
pause
:2x3
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#Z#####@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 2x4
if %dire%==a goto 1x3
if %dire%==s goto 2x2
if %dire%==d goto 3x3
if %dire%==clear cls
if %dire%==clear goto 2x3
pause
:2x4
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -#Z########-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 2x5
if %dire%==a goto 1x4
if %dire%==s goto 2x3
if %dire%==d goto 3x4
if %dire%==clear cls
if %dire%==clear goto 2x4
pause
:2x5
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -#Z########-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 2x5cant
if %dire%==a goto 1x5
if %dire%==s goto 2x4
if %dire%==d goto 3x5
if %dire%==clear cls
if %dire%==clear goto 2x5
pause
:2x5cant
echo cant go there
pause
goto 2x5
:3x1
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -##Z####@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 3x2
if %dire%==a goto 2x1
if %dire%==s goto 3x1cant
if %dire%==d goto 4x1
if %dire%==clear cls
if %dire%==clear goto 3x1
pause
:3x1cant
echo cant go there
pause
goto 3x1
:3x2
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#######@@@-
echo -##Z###@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 3x3
if %dire%==a goto 2x2
if %dire%==s goto 3x1
if %dire%==d goto 4x2
if %dire%==clear cls
if %dire%==clear goto 3x2
pause
:3x3
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -##Z####@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 3x4
if %dire%==a goto 2x3
if %dire%==s goto 3x2
if %dire%==d goto 4x3
if %dire%==clear cls
if %dire%==clear goto 3x3
pause
:3x4
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##Z#######-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 3x5
if %dire%==a goto 2x4
if %dire%==s goto 3x3
if %dire%==d goto 4x4
if %dire%==clear cls
if %dire%==clear goto 3x4
pause
:3x5
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##Z#######-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 3x5cant
if %dire%==a goto 2x5
if %dire%==s goto 3x4
if %dire%==d goto 4x5
if %dire%==clear cls
if %dire%==clear goto 3x5
pause
:3x5cant
echo cant go there
pause
goto 3x5
:4x1
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -###Z###@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 4x2
if %dire%==a goto 3x1
if %dire%==s goto 4x1cant
if %dire%==d goto 5x1
if %dire%==clear cls
if %dire%==clear goto 4x1
pause
:4x1cant
echo cant go there
pause
goto 4x1
:4x2
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#######@@@-
echo -###Z##@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 4x3
if %dire%==a goto 3x2
if %dire%==s goto 4x1
if %dire%==d goto 5x2
if %dire%==clear cls
if %dire%==clear goto 4x2
pause
:4x3
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -###Z###@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 4x4
if %dire%==a goto 3x3
if %dire%==s goto 4x2
if %dire%==d goto 5x3
if %dire%==clear cls
if %dire%==clear goto 4x3
pause
:4x4
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -###Z######-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 4x5
if %dire%==a goto 3x4
if %dire%==s goto 4x3
if %dire%==d goto 5x4
if %dire%==clear cls
if %dire%==clear goto 4x4
pause
:4x5
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -###Z######-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 4x5cant
if %dire%==a goto 3x5
if %dire%==s goto 4x4
if %dire%==d goto 5x5
if %dire%==clear cls
if %dire%==clear goto 4x5
pause
:4x5cant
echo cant go there
pause
goto 4x5

:5x1
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -####Z##@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 5x2
if %dire%==a goto 4x1
if %dire%==s goto 5x1cant
if %dire%==d goto 6x1
if %dire%==clear cls
if %dire%==clear goto 5x1
pause
:5x1cant
echo cant go there
pause
goto 5x1
:5x2
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#######@@@-
echo -####Z#@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 5x3
if %dire%==a goto 4x2
if %dire%==s goto 5x1
if %dire%==d goto 6x2
if %dire%==clear cls
if %dire%==clear goto 5x2
pause
:5x3
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -####Z##@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 5x4
if %dire%==a goto 4x3
if %dire%==s goto 5x2
if %dire%==d goto 6x3
if %dire%==clear cls
if %dire%==clear goto 5x3
pause
:5x4
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -####Z#####-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 5x5
if %dire%==a goto 4x4
if %dire%==s goto 5x3
if %dire%==d goto 6x4
if %dire%==clear cls
if %dire%==clear goto 5x4
pause
:5x5
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -####Z#####-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 5x5cant
if %dire%==a goto 4x5
if %dire%==s goto 5x4
if %dire%==d goto 6x5
if %dire%==clear cls
if %dire%==clear goto 5x5
pause
:5x5cant
echo cant go there
pause
goto 5x5
:6x1
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -#####Z#@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 6x2
if %dire%==a goto 5x1
if %dire%==s goto 6x1 cant
if %dire%==d goto 7x1
if %dire%==clear cls
if %dire%==clear goto 6x1
pause
:6x1cant
echo cant go there
pause
goto 6x1
:6x2
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#######@@@-
echo -#####Z@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 6x3
if %dire%==a goto 5x2
if %dire%==s goto 6x1
if %dire%==d goto 6x2cant
if %dire%==clear cls
if %dire%==clear goto 5x1
pause
:6x2cant
echo cant go there
pause
goto 6x2
:6x3
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#####Z#@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 6x4
if %dire%==a goto 5x3
if %dire%==s goto 6x2
if %dire%==d goto 7x3
if %dire%==clear cls
if %dire%==clear goto 6x3
pause
:6x4
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -#####Z####-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 6x5
if %dire%==a goto 5x4
if %dire%==s goto 6x3
if %dire%==d goto 7x4
if %dire%==clear cls
if %dire%==clear goto 6x4
pause
:6x5
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -#####Z####-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 6x5cant
if %dire%==a goto 5x5
if %dire%==s goto 6x4
if %dire%==d goto 7x5
if %dire%==clear cls
if %dire%==clear goto 6x5
pause
:6x5cant
echo cant go there
pause
goto 6x5
:7x1
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -######Z@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 7x1cant
if %dire%==a goto 6x1
if %dire%==s goto 7x1cant
if %dire%==d goto 7x1cant
if %dire%==clear cls
if %dire%==clear goto 7x1
pause
:7x1cant
echo cant go there
pause
goto 7x1
:7x3
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -##########-
echo -######Z@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 7x4
if %dire%==a goto 6x3
if %dire%==s goto 7x3cant
if %dire%==d goto 7x3cant
if %dire%==clear cls
if %dire%==clear goto 7x3cant
pause
:7x3cant
echo cant go there
pause
goto 7x3
:7x4
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -######Z###-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 7x5
if %dire%==a goto 6x4
if %dire%==s goto 7x3
if %dire%==d goto 8x4
if %dire%==clear cls
if %dire%==clear goto 7x4
pause
:7x5
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -######Z###-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 7x5cant
if %dire%==a goto 5x5
if %dire%==s goto 6x5
if %dire%==d goto 8x5
if %dire%==clear cls
if %dire%==clear goto 7x5
pause
:7x5cant
echo cant go there
pause
goto 7x5
:8x4
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -#######Z##-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 8x5
if %dire%==a goto 7x4
if %dire%==s goto 8x4cant
if %dire%==d goto 9x4
if %dire%==clear cls
if %dire%==clear goto 8x4
pause
:8x4cant
echo cant go there
pause
goto 8x4
:8x5
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -#######Z##-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 8x5cant
if %dire%==a goto 7x5
if %dire%==s goto 8x4
if %dire%==d goto 9x5
if %dire%==clear cls
if %dire%==clear goto 8x5
pause
:8x5cant
echo cant go there
pause
goto 8x4
:9x4
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -########Z#-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 9x5
if %dire%==a goto 8x4
if %dire%==s goto 9x4cant
if %dire%==d goto 10x4
if %dire%==clear cls
if %dire%==clear goto 9x4
pause
:9x4cant
echo cant go there
pause
goto 9x4
:9x5
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -########Z#-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 9x5cant
if %dire%==a goto 8x5
if %dire%==s goto 9x4
if %dire%==d goto 10x5
if %dire%==clear cls
if %dire%==clear goto 9x5
pause
:9x5cant
echo cant go there
pause
goto 9x5
:10x4
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -##########-
echo -#########Z-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 10x5
if %dire%==a goto 9x4
if %dire%==s goto 10x4cant
if %dire%==d goto 10x4cant
if %dire%==clear cls
if %dire%==clear goto 10x4
pause
:10x4cant
echo cant go there
pause
goto 10x4
:10x5
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------
echo -#########Z-
echo -##########-
echo -#######@@@-
echo -######@@@@-
echo -#######@@@@-
echo ------------
set /p dire=What direction:
if %dire%==w goto 10x5cant
if %dire%==a goto 9x5
if %dire%==s goto 10x4
if %dire%==d goto 11x5xsecret
if %dire%==clear cls
if %dire%==clear goto 10x5
pause
:10x5cant
echo cant go there
pause
goto 10x5xsecret
:10x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -#########Z##############################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
echo Your father must be proud,you big disappointment
if %dire%==w goto 10x5cant
if %dire%==a goto 9x5
if %dire%==s goto 10x4
if %dire%==d goto 11x5xsecret
if %dire%==clear cls
if %dire%==clear goto 10x5xsecret
pause
:11x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -##########Z#############################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 11x5xsecretcant
if %dire%==a goto 10x5
if %dire%==s goto 11x5xsecretcant
if %dire%==d goto 12x5xsecret
if %dire%==clear cls
if %dire%==clear goto 11x5xsecret
pause
:12x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -###########Z############################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 12x5xsecretcant
if %dire%==a goto 11x5xsecret
if %dire%==s goto 12x5xsecretcant
if %dire%==d goto 13x5xsecret
if %dire%==clear cls
if %dire%==clear goto 12x5xsecret
pause
:12x5xsecretcant
echo cant go there
pause
goto 12x5xsecret
:13x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -############Z###########################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 13x5xsecretcant
if %dire%==a goto 12x5xsecret
if %dire%==s goto 13x5xsecretcant
if %dire%==d goto 14x5xsecret
if %dire%==clear cls
if %dire%==clear goto 12x5xsecret
pause
:13x5xsecretcant
echo cant go there
pause
goto 13x5xsecret
:14x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -#############Z##########################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 14x5xsecretcant
if %dire%==a goto 13x5xsecret
if %dire%==s goto 13x5xsecretcant
if %dire%==d goto 15x5xsecret
if %dire%==clear cls
if %dire%==clear goto 14x5xsecret
pause
:14x5xsecretcant
echo cant go there
pause
goto 14x5xsecret
:15x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -##############Z#########################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 15x5xsecretcant
if %dire%==a goto 14x5xsecret
if %dire%==s goto 15x5xsecretcant
if %dire%==d goto 16x5xsecret
if %dire%==clear cls
if %dire%==clear goto 15x5xsecret
pause
:15x5xsecretcant
echo cant go there
pause
goto 15x5xsecret
:16x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -###############Z########################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 16x5xsecretcant
if %dire%==a goto 15x5xsecret
if %dire%==s goto 16x5xsecretcant
if %dire%==d goto 17x5xsecret
if %dire%==clear cls
if %dire%==clear goto 15x5xsecret
pause
:16x5xsecretcant
echo cant go there
pause
goto 16x5xsecret
:17x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -################Z#######################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 17x5xsecretcant
if %dire%==a goto 16x5xsecret
if %dire%==s goto 17x5xsecretcant
if %dire%==d goto 18x5xsecret
if %dire%==clear cls
if %dire%==clear goto 17x5xsecret
pause
:17x5xsecretcant
echo cant go there
pause
goto 17x5xsecret
:18x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -#################Z######################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 18x5xsecretcant
if %dire%==a goto 17x5xsecret
if %dire%==s goto 18x5xsecretcant
if %dire%==d goto 19x5xsecret
if %dire%==clear cls
if %dire%==clear goto 18x5xsecret
pause
:18x5xsecretcant
echo cant go there
pause
goto 18x5xsecret
:19x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -##################Z#####################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 19x5xsecretcant
if %dire%==a goto 18x5xsecret
if %dire%==s goto 19x5xsecretcant
if %dire%==d goto 20x5xsecret
if %dire%==clear cls
if %dire%==clear goto 19x5xsecret
pause
:19x5xsecretcant
echo cant go there
pause
goto 19x5xsecret
:20x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -###################Z####################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 20x5xsecretcant
if %dire%==a goto 19x5xsecret
if %dire%==s goto 20x5xsecretcant
if %dire%==d goto 21x5xsecret
if %dire%==clear cls
if %dire%==clear goto 20x5xsecret
pause
:20x5xsecret
echo cant go there
pause
goto 20x5xsecret
:21x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -####################Z###################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 21x5xsecretcant
if %dire%==a goto 20x5xsecret
if %dire%==s goto 21x5xsecretcant
if %dire%==d goto 22x5xsecret
if %dire%==clear cls
if %dire%==clear goto 21x5xsecret
pause
:21x5xsecretcant
echo cant go there
pause
goto 21x5xsecret
:22x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -#####################Z##################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 22x5xsecretcant
if %dire%==a goto 21x5xsecret
if %dire%==s goto 22x5xsecretcant
if %dire%==d goto 23x5xsecret
if %dire%==clear cls
if %dire%==clear goto 22x5xsecret
pause
:23x5xsecretcant
echo cant go there
pause
goto :22x5xsecret
:23x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -######################Z#################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 23x5xsecretcant
if %dire%==a goto 22x5xsecret
if %dire%==s goto 23x5xsecretcant
if %dire%==d goto 24x5xsecret
if %dire%==clear cls
if %dire%==clear goto 23x5xsecret
pause
:23x5xsecretcant
echo cant go there
pause
goto 23x5xsecret
:24x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -#######################Z################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 24x5xsecretcant
if %dire%==a goto 23x5xsecret
if %dire%==s goto 24x5xsecretcant
if %dire%==d goto 25x5xsecret
if %dire%==clear cls
if %dire%==clear goto 24x5xsecret
pause
:24x5xsecretcant
echo cant go there
pause
goto 24x5xsecret
:25x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################Z###############-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 25x5xsecretcant
if %dire%==a goto 24x5xsecret
if %dire%==s goto 24x5xsecretcant
if %dire%==d goto 26x5xsecret
if %dire%==clear cls
if %dire%==clear goto 25x5xsecret
pause
:25x5xsecretcant
echo cant go there
pause
goto 25x5xsecret
:26x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -#########################Z##############-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 26x5xsecretcant
if %dire%==a goto 25x5xsecret
if %dire%==s goto 26x5xsecretcant
if %dire%==d goto 27x5xsecret
if %dire%==clear cls
if %dire%==clear goto 26x5xsecret
pause
:26x5xsecretcant
echo cant go there
pause
goto 26x5xsecret
:27x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -##########################Z#############-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 27x5xsecretcant
if %dire%==a goto 26x5xsecret
if %dire%==s goto 27x5xsecretcant
if %dire%==d goto 28x5xsecret
if %dire%==clear cls
if %dire%==clear goto 27x5xsecret
pause
:27x5xsecretcant
echo cant go there
pause
goto :27x5xsecret
:28x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -###########################Z############-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 28x5xsecretcant
if %dire%==a goto 27x5xsecret
if %dire%==s goto 28x5xsecretcant
if %dire%==d goto 29x5xsecret
if %dire%==clear cls
if %dire%==clear goto 28x5xsecret
pause
:28x5xsecretcant
echo cant go there
pause
goto 28x5xsecret
:29x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -############################Z###########-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 29x5xsecretcant
if %dire%==a goto 28x5xsecret
if %dire%==s goto 29x5xsecretcant
if %dire%==d goto 30x5xsecret
if %dire%==clear cls
if %dire%==clear goto 29x5xsecret
pause
:29x5xsecretcant
echo cant go there
pause
goto 29x5xecret
:30x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -#############################Z##########-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 30x5xsecretcant
if %dire%==a goto 29x5xsecret
if %dire%==s goto 30x5xsecretcant
if %dire%==d goto 31x5xsecret
if %dire%==clear cls
if %dire%==clear goto 30x5xsecret
pause
:30x5xsecretcant
echo cant go there
pause
goto 30x5xsecret
:31x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -##############################Z#########-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 31x5xsecretcant
if %dire%==a goto 30x5xsecret
if %dire%==s goto 31x5xsecretcant
if %dire%==d goto 32x5xsecret
if %dire%==clear cls
if %dire%==clear goto 31x5xsecret
pause
:31x5xsecretcant
echo cant go there
pause
goto 31x5xsecret
:32x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -###############################Z########-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 32x5xsecretcant
if %dire%==a goto 31x5xsecret
if %dire%==s goto 32x5xsecretcant
if %dire%==d goto 33x5xsecret
if %dire%==clear cls
if %dire%==clear goto 32x5xsecret
pause
:32x5xsecretcant
echo cant go there
pause
goto 32x5xsecret
:33x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -################################Z#######-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 33x5xsecretcant
if %dire%==a goto 32x5xsecret
if %dire%==s goto 33x5xsecretcant
if %dire%==d goto 34x5xsecret
if %dire%==clear cls
if %dire%==clear goto 33x5xsecret
pause
:33x5xsecretcant
echo cant go there
pause
goto 3x5xsecret
:34x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -#################################Z######-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 34x5xsecretcant
if %dire%==a goto 33x5xsecret
if %dire%==s goto 34x5xsecretcant
if %dire%==d goto 35x5xsecret
if %dire%==clear cls
if %dire%==clear goto 34x5xsecret
pause
:34x5xsecretcant
echo cant go there
pause
goto 34x5xsecret
:35x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
rem they 36x5xsecret i farther down
echo ------------------------------------------
echo -##################################Z#####-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 35x5xsecretcant
if %dire%==a goto 34x5xsecret
if %dire%==s goto 35x4xsecret
if %dire%==d goto 36x5xsecret
if %dire%==clear cls
if %dire%==clear goto 35x5xsecret
pause
:35x5xsecretcant
echo cant go there
pause
goto 35x5xsecret
:35x4xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------Z#####-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 35x5xsecret
if %dire%==a goto 35x4xsecretcant
if %dire%==s goto 35x3xsecret
if %dire%==d goto 36x4xsecret
if %dire%==clear cls
if %dire%==clear goto 35x4xsecret
pause
:35x4xsecretcant
echo cant go there
pause
goto 35x4xsecret
:35x3xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -Z####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 35x4xsecret
if %dire%==a goto 35x3xsecretcant
if %dire%==s goto 35x2xsecret
if %dire%==d goto 36x3xsecret
if %dire%==clear cls
if %dire%==clear goto 35x3xsecret
pause
:35x3xsecretcant:
echo cant go there
pause
goto 35x3xsecret
:35x2xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#Z###-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 35x3xsecret
if %dire%==a goto 34x2xsecret
if %dire%==s goto 35x1xsecret
if %dire%==d goto 36x2xsecret
if %dire%==clear cls
if %dire%==clear goto 35x2xsecret
pause
:35x2xsecretcant
echo cant go there
pause
goto 35x2xsecret
:35x1xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -##Z##-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 35x2xsecret
if %dire%==a goto 34x1xsecret
if %dire%==s goto 35x1xsecretcant
if %dire%==d goto 36x1xsecret
if %dire%==clear cls
if %dire%==clear goto 35x1xsecret
pause
:35x1xsecretcant
echo cant go there
pause
goto 35x1xsecret
:34x2xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -Z####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 34x2xsecretcant
if %dire%==a goto 34x2xsecretcant
if %dire%==s goto 34x1xsecret
if %dire%==d goto 35x2xsecret
if %dire%==clear cls
if %dire%==clear goto 34x2xsecret
pause
:34x2xsecretcant
echo cant go there
pause
goto 34x2xsecret
:34x1xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#Z###-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 34x2xsecret
if %dire%==a goto 33x1xsecret
if %dire%==s goto 34x1xsecretcant
if %dire%==d goto 35x1xsecret
if %dire%==clear cls
if %dire%==clear goto 34x1xsecret
pause
:34x1xsecretcant
echo cant go there
pause
goto 34x1xsecret
:33x1xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -Z####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 33x1xsecretcant
if %dire%==a goto 33x1xsecretcant
if %dire%==s goto 33x1xsecretcant
if %dire%==d goto 34x1xsecret
if %dire%==clear cls
if %dire%==clear goto 33x1xsecret
pause
:33x1xsecretcant
echo cant go there
pause
goto 33x1xsecret
:36x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -###################################Z####-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 36x5xsecretcant
if %dire%==a goto 35x5xsecret
if %dire%==s goto 36x4xsecret
if %dire%==d goto 37x5xsecret
if %dire%==clear cls
if %dire%==clear goto 36x5xsecret
pause
:36x5xsecretcant
echo cant go there
pause
goto 36x5xsecret
:36x4xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------#Z####-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 36x5xsecret
if %dire%==a goto 35x4xsecret
if %dire%==s goto 36x3xsecret
if %dire%==d goto 37x4xsecret
if %dire%==clear cls
if %dire%==clear goto 36x4xsecret
pause
:36x3xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -#Z###-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 36x4xsecret
if %dire%==a goto 35x3xsecret
if %dire%==s goto 36x2xsecret
if %dire%==d goto 37x3xsecret
if %dire%==clear cls
if %dire%==clear goto 36x4xsecret
pause
:36x2xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -##Z##-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 36x3xsecret
if %dire%==a goto 35x2xsecret
if %dire%==s goto 36x1xsecret
if %dire%==d goto 37x2xsecret
if %dire%==clear cls
if %dire%==clear goto 36x2xsecret
pause
:36x1xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -###Z#-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 36x2xsecret
if %dire%==a goto 35x1xsecret
if %dire%==s goto 36x1xsecretcant
if %dire%==d goto 37x1xsecret
if %dire%==clear cls
if %dire%==clear goto 36x2xsecret
pause
:36x1xsecretcant
echo cant go there
pause
goto 36x1xsecret
:37x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -####################################Z###-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 37x5xsecretcant
if %dire%==a goto 36x5xsecret
if %dire%==s goto 37x4xsecret
if %dire%==d goto 38x5xsecret
if %dire%==clear cls
if %dire%==clear goto 37x5xsecret
pause
:37x5xsecretcant
echo cant go there
pause
goto 37x5xsecret
:37x4xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------##Z###-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 37x5xsecret
if %dire%==a goto 36x4xsecret
if %dire%==s goto 37x3xsecret
if %dire%==d goto 38x4xsecret
if %dire%==clear cls
if %dire%==clear goto 37x4xsecret
pause
:37x3xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -##Z##-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 37x4xsecret
if %dire%==a goto 36x3xsecret
if %dire%==s goto 37x2xsecret
if %dire%==d goto 38x3xsecret
if %dire%==clear cls
if %dire%==clear goto 37x3xsecret
pause
:37x2xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -###Z#-
echo -#######@@@@- -#####-
echo ------------ -------
echo YOU FOUND A SECRET THING-AMAJI
set /p dire=What direction:
if %dire%==w goto 37x3xsecret
if %dire%==a goto 36x2xsecret
if %dire%==s goto 37x1xsecret
if %dire%==d goto 38x2xsecret
if %dire%==clear cls
if %dire%==clear goto 37x2xsecret
pause
:37x1xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -####Z-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 37x2xsecret
if %dire%==a goto 36x1xsecret
if %dire%==s goto 37x1xsecretcant
if %dire%==d goto 37x1xsecretcant
if %dire%==clear cls
if %dire%==clear goto 37x1xsecret
pause
:37x1xsecretcant
echo cant go there
pause
goto 37x1xsecret
:38x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -#####################################Z##-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 38x5xsecretcant
if %dire%==a goto 37x5xsecret
if %dire%==s goto 38x4xsecret
if %dire%==d goto 39x5xsecret
if %dire%==clear cls
if %dire%==clear goto 38x5xsecret
pause
:38x4xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------###Z##-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 38x5xsecret
if %dire%==a goto 37x4xsecret
if %dire%==s goto 38x3xsecret
if %dire%==d goto 39x4xsecret
if %dire%==clear cls
if %dire%==clear goto 38x4xsecret
pause
:38x3xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -###Z#-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 38x4xsecret
if %dire%==a goto 37x3xsecret
if %dire%==s goto 38x2xsecret
if %dire%==d goto 39x3xsecret
if %dire%==clear cls
if %dire%==clear goto 38x3xsecret
pause
:38x2xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -####Z-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 38x3xsecret
if %dire%==a goto 37x2xsecret
if %dire%==s goto 38x2xsecretcant
if %dire%==d goto 38x2xsecretcant
if %dire%==clear cls
if %dire%==clear goto 38x3xsecret
pause
:38x2xsecretcant
echo cant go there
pause
goto 38x2xsecret
:39x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -######################################Z#-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 39x5xsecretcant
if %dire%==a goto 38x5xsecret
if %dire%==s goto 39x4xsecret
if %dire%==d goto 40x5xsecret
if %dire%==clear cls
if %dire%==clear goto 39x5xsecret
pause
:39x5xsecret
echo cant go there
pause
goto 39x5xsecret
:39x4xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------####Z#-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 39x5xsecret
if %dire%==a goto 38x4xsecret
if %dire%==s goto 39x3xsecret
if %dire%==d goto 40x4xsecret
if %dire%==clear cls
if %dire%==clear goto 39x4xsecret
pause
:39x3xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------######-
echo -#######@@@- -####Z-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 39x4xsecret
if %dire%==a goto 38x3xsecret
if %dire%==s goto 39x3xsecretcant
if %dire%==d goto 39x3xsecretcant
if %dire%==clear cls
if %dire%==clear goto 39x3xsecret
pause
:39x3xsecretcant
echo cant go there
pause
goto 39x3xsecret
:40x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -#######################################Z-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 40x5xsecretcant
if %dire%==a goto 39x5xsecret
if %dire%==s goto 40x4xsecret
if %dire%==d goto 40x5xsecretcant
if %dire%==clear cls
if %dire%==clear goto 40x5xsecret
pause
:40x5xsecretcant
echo cant go there
pause
goto 40x5xsecret
:40x4xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -########################################-
echo -##########------------------------#####Z-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo -----------------
set /p dire=What direction:
if %dire%==w goto 40x5xsecret
if %dire%==a goto 39x4xsecret
if %dire%==s goto 40x4xsecretcant
if %dire%==d goto 40x4xsecretcant
if %dire%==clear cls
if %dire%==clear goto 40x4xsecret
pause
:40x4xsecretcant
echo cant go there
pause
goto 40x4xsecret
rem story line:you walk around and find the secret thinamajig.then it explains what happend to the world .
:map2
goto 1x1m2
:1x1m2
echo ----------
echo -########-
echo -########-
echo -Z#######-
echo ----------
set /p dire=what direction:
if %dire%==w goto 1x2m2
if %dire%==a goto 1x1m2cant
if %dire%==s goto 1x1m2cant
if %dire%==d goto 2x1m2
pause
:1x1m2cant
echo cant go there
pause
goto 1x1m2
:1x2m2
echo ----------
echo -########-
echo -Z#######-
echo -########-
echo ----------
set /p dire=what direction:
if %dire%==w goto 1x3m2
if %dire%==a goto 1x2m2cant
if %dire%==s goto 1x2m2cant
if %dire%==d goto 2x2m2
pause
:1x2m2cant
echo cant go there
pause
goto 1x2m2
:1x3m2
echo ----------
echo -Z#######-
echo -########-
echo -########-
echo ----------
set /p dire=what direction:
if %dire%==w goto 1x3m2cant
if %dire%==a goto 1x3m2cant
if %dire%==s goto 1x2m2
if %dire%==d goto 2x3m2
pause
:1x3m2cant
echo cant go there
pause
goto 1x3m2
1
MegaAdamjo1
02/28/2014 8:20 pm
Level 6 : Apprentice Artist
I could do storyline stuff. Send me stuff for what you want the game to be based on with email at megaadamjo1@gmail.com
1

Welcome