1
Batch file coding help
hi i have a small batch "game" and this is what i have so far if you can suggest what i should start doing first i would appreciate the feedback. its not that good yet because i was only working on it for like 4 days.(and YES i know batch isnt that good of a languageto make games with and YES i know its very limited and YES i know i hould use c++ or java or something but i wanted a challenge that would keep me going for at least a year(its going to be very big))
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 space button randomly
echo or the game WILL i repeat your game WILL (i said WILL) turnoff
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 1x1
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
__________________________________________________________________________________________________
:1x1
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
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
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
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 YOU FOUND A SECRET THING-AMAJIG
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 10x5xsecret
pause
:11x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -##########Z#############################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
set /p dire=What direction:
if %dire%==w goto 36x4xsecret
if %dire%==a goto 35x3xsecret
if %dire%==s goto 36x2xsecret
if %dire%==d goto 36x3xsecret
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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
60
I'll rewrite the code to be a bit smoother, gimme a sec
you might wanna work on organization.
All I did was add an @echo off and cls, plus minor adjustments to the beginning sequence.
I made the login screen so your name can be anything instead of just the one, but the password remains the same.
Try making a registration thing so when you first load up it stores the username and password on a file, and when you login if the login doesn't match some sequence on the file it won't let you in.
@echo off
title zombie-batchgame
color 07
cls
echo PLay: %time% %date%>>date.txt
echo If you are going to play this game, please do not randomly
echo press the spacebar. The game will turnoff.
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% ==* goto password
: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 1x1
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
__________________________________________________________________________________________________
:1x1
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
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
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
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 YOU FOUND A SECRET THING-AMAJIG
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 10x5xsecret
pause
:11x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -##########Z#############################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
set /p dire=What direction:
if %dire%==w goto 36x4xsecret
if %dire%==a goto 35x3xsecret
if %dire%==s goto 36x2xsecret
if %dire%==d goto 36x3xsecret
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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
you might wanna work on organization.
All I did was add an @echo off and cls, plus minor adjustments to the beginning sequence.
I made the login screen so your name can be anything instead of just the one, but the password remains the same.
Try making a registration thing so when you first load up it stores the username and password on a file, and when you login if the login doesn't match some sequence on the file it won't let you in.
i already have a @echo off.with the login if you dont type in the correct username and password it wont let you access the game and. and my orginization is just fine i have notepad++ that keeps this very orginized the way i want.the map file is in the correct sequence depending on what block it is 5x11 so i have a 1x1 then if i go up it goes to 1x2 and if i go the the right it goes to 2x1 and so on.i apreciate your feed back andhelp.
i have been coding this game for at least a week a minimum of 4 days and every day i spent at least 3 hours of coding because i am still unexperienced i have to spend a rigorous de-bugging hour.thank you for your concern.i completely forgot about the cls in the begginging.
are you a good coder and would you be willing to look over my work every few days and give me feedback?
also i have a request:when i move around on the map the previous frame is still there but when i add a cls it wont even bring up the previous or current there is just a blank screen and i want it so that only the current will display. ex:if i am on square A and i want to to move to square B i will press the D-key and square A will be cleared and it will display square B.
also at the top (i dont know if you noticed) but there is a little thing that will post the time and date that the file was opened onto a .txt recently it stopped working.do you think it might be because the batch file was moved to a diffrent place than the .txt?
i have been coding this game for at least a week a minimum of 4 days and every day i spent at least 3 hours of coding because i am still unexperienced i have to spend a rigorous de-bugging hour.thank you for your concern.i completely forgot about the cls in the begginging.
are you a good coder and would you be willing to look over my work every few days and give me feedback?
also i have a request:when i move around on the map the previous frame is still there but when i add a cls it wont even bring up the previous or current there is just a blank screen and i want it so that only the current will display. ex:if i am on square A and i want to to move to square B i will press the D-key and square A will be cleared and it will display square B.
also at the top (i dont know if you noticed) but there is a little thing that will post the time and date that the file was opened onto a .txt recently it stopped working.do you think it might be because the batch file was moved to a diffrent place than the .txt?
Actually you didn't have a @echo off , that's why it said "echo" every line.
Also, I changed the username variable, so you could do a sorta login/registration system when you release the game
I can surely look over your work every now and again, give you some feedback, change some stuff here and there.
As to your request: You could do it, but it'd require a LOT of muh-f*cking time and effort. Code EX:
###
#Z#
###
*press D key*
###
###
#Z#
you would do SOMETHING like:
(*note: [whatever] is just any variable you want to put)
ETC ETC, and each :[whatever] would have to have it's own set of variables being
if %[whatever]% == [whatever] goto [whatever]
Also, I changed the username variable, so you could do a sorta login/registration system when you release the game
I can surely look over your work every now and again, give you some feedback, change some stuff here and there.
As to your request: You could do it, but it'd require a LOT of muh-f*cking time and effort. Code EX:
###
#Z#
###
*press D key*
###
###
#Z#
you would do SOMETHING like:
(*note: [whatever] is just any variable you want to put)
:beginmovement
set /p [whatever]=What direction:
###
###
#Z#
if %[whatever]%==w goto [whatever]
if %[whatever1]%==a goto [whatever1]
if %[whatever2]%==d goto [whatever2]
if %[whatever3]%==s goto [whatever3]
:[whatever]
cls
set /p [whatever1]=What direction:
###
#Z#
###
:[whatever1]
cls
set /p [whatever2]=What direction:
###
###
Z##
ETC ETC, and each :[whatever] would have to have it's own set of variables being
if %[whatever]% == [whatever] goto [whatever]
LilStonerIssyActually you didn't have a @echo off , that's why it said "echo" every line.
Noticed it: Wasn't going to be the one to say it.
Have fun, kids. Hahah.
Kidz? I'm eighteen son
You're like, the same age as me then.
We can't even drink in Canada. We're kids.
We can't even drink in Canada. We're kids.
^this but I live in London. Drinking age is 16
I need to move to London.
um i dont even know if you guys have even seen my entire code but if you have then you would have noticed that lilstonerissy just told me...the same code that i have been doing for the past 4 days.
Lmao sorry but she seems to know what she's doing lol
Of coarse I do.
Can I ask what's the codeine for
What it's for let's go with that
Lol can type on ipad
Lol can type on ipad
What the -no-
No just fat fingers lol
the code is a game that i am working on
am may you please stop swearing.i posted this hopeing that we can discuss codeing like a bunch of canadians
Sorry, it's what I do.
Ummmm dude I'm not Canadian I am English from the uk btw
Also what sort of game??
yes.but a common stereotype is that Canadians are very nice and i am implying that we should act like them.eh?
Oic
My gawd this post doe. Can we get back to coding? Lolaz
any suggestions to a storyline?
That sounds
cool I will be looking foreword for the finished game then =)
cool I will be looking foreword for the finished game then =)
Is if like minecraft or totally different
Does it look like i can make anything REMOTLY like minercraft with batch.please research the topic before replying please
That got off topic, didn't it?
Kinda
Back on topic
Nah, screw topic!
I'm not even sure how I got involved here. Gonna stick around and see where it goes.
this
Step aside, errone! Taking over this topic!
Lol ok we should all play on a server together something maybe
I got a server, but it might be turned off or some shit. Not tonight doe cuz it's like... 3AM or something here and I'm bouta pass out
I have a few servers :3
I'd rather check out someone else's, I get bored of the same scenery.
I'd rather check out someone else's, I get bored of the same scenery.
Awesome I'm always looking for a good server to play on what's the ip???
can you lovebirds please stay off my topic.we have sections for you people.
heyheyhey, I get a pass because I actually helped
She does, let's not blanket-sweep.
I'll send you a PM with the Ip of my economy server :3
Lol, "you people".
Lol, "you people".
not really all you did was suggest something that i have been already doing and add a few cls commands in front of some echo
I was going to try and help but but no lol
And cool nolez
And cool nolez
But you didn't do it... how smart does that make you?
Exactly.
i have 2003 lines of code and i still dont have any idea of what the storyline will even look like
also do you know any good background music i can add to the game and soundeffects and stuff like when you go to the map menu there will be a little "ding" sound or something.
I don't know any dings.
then why do you bother posting.its as if you live off that tiny satisfaction you get when ever you post and you know that even when you die,you still continue taking up space and being annoying.
View 10 more replies
