My batch file games!

Discussion in 'General Discussion' started by NameGuy, Sep 15, 2012.

My batch file games!
  1. Unread #1 - Sep 15, 2012 at 8:42 PM
  2. NameGuy
    Joined:
    Jul 22, 2012
    Posts:
    1,007
    Referrals:
    1
    Sythe Gold:
    0

    NameGuy Guru
    Banned

    My batch file games!

    Hello and welcome to my batch file games witch every one and any one can play for free! here is a video showing you how to put my sources in action!

    All so video link: http://www.youtube.com/watch?v=c85M6ISl0YI
    I'll be adding every .bat game I make to this thread so check back here every so oftion for new games! :D All so please report bugs so I can fix them ASAP!

    -GAME 1 Trivia Master
    @echo off
    title Trivia master
    :Top
    cls
    echo LOADING... May take a moment...[lll ]
    ping localhost -n 2 >nul
    cls
    echo LOADING... May take a moment...[ lll ]
    ping localhost -n 2 >nul
    cls
    echo LOADING... May take a moment...[ lll ]
    ping localhost -n 2 >nul
    cls
    echo LOADING... May take a moment...[ lll ]
    ping localhost -n 2 >nul
    cls
    echo LOADING... May take a moment...[ lll ]
    ping localhost -n 2 >nul
    cls
    echo LOADING... May take a moment...[ lll]
    ping localhost -n 2 >nul
    cls
    echo LOADING... May take a moment...[ ll]
    ping localhost -n 2 >nul
    cls
    echo LOADING... May take a moment...[ l]
    ping localhost -n 2 >nul
    cls
    echo LOADING... May take a moment...[l ]
    ping localhost -n 2 >nul
    cls
    echo LOADING... May take a moment...[ll ]
    ping localhost -n 2 >nul
    @echo off
    color 0a
    cls
    echo Hello before you start what is your name?
    set /p name=
    cls
    echo Ah hello %name%!
    echo Press the c key to continue.
    set /p start=

    if %start% == c goto menu
    if %start% == C goto menu

    :loop
    :menu
    cls
    echo Ah hello %name% heres the home page.
    echo 1) Start Trivia game.
    echo 2) Info.
    echo 3) Level list.
    echo 4) Exit.
    set /p number=

    if not defined number (
    cls
    goto loop
    )

    if %number% == 1 goto trivia
    if %number% == 2 goto info
    if %number% == 3 goto levels
    if %number% == 4 exit
    :info
    cls
    echo Hello and welcome to Info!
    echo This is a trivia based game witch I will ask you diffrent leveled questions
    echo based on the real world.
    echo This is a batch file based game and was created by Jacob. L. Enjoy!
    echo Press the c key to go back to the menu!
    set /p start=

    if %start% == c goto menu
    if %start% == C goto menu

    :trivia
    cls
    echo Hello %name% My name is Trivia Master Bot and I am going to be your game host!
    echo Press the L1 keys and hit enter to start level 1. Enjoy!
    set /p start=

    if %start% == l1 goto lvl1
    if %start% == L1 goto lvl1

    :lvl1
    cls
    echo Hello %name% welcome to level 1! Your first question is as follows
    echo What is the fastest moving thing in the world?
    echo A) Air Plane
    echo B) Light
    echo C) A Snail
    echo D) A car
    set /p !=

    if %!% == a goto wrl
    if %!% == b goto crl
    if %!% == c goto wrl
    if %!% == d goto wrl
    if %!% == A goto wrl
    if %!% == B goto crl
    if %!% == C goto wrl
    if %!% == D goto wrl
    goto lvl1

    :crl
    cls
    echo You are correct! The fastest moving thing in the world is Light.
    echo.
    echo Continue? (y/n)
    set /p ha=

    if %ha% == y goto lvl2
    if %ha% == n goto lvl1
    if %ha% == Y goto lvl2
    if %ha% == N goto lvl1
    goto crl

    :wrl
    cls
    echo Wrong!
    echo.
    pause

    :lvl2
    cls
    echo Hello %name% you did it! but theres still more...
    echo your next question is as follows
    echo What type of file is this game in?
    echo The info at the menu may of helped you here.
    echo A) Jar
    echo B) Txt
    echo C) Png
    echo D) Batch
    set /p !=

    if %!% == a goto wrl
    if %!% == b goto wrl
    if %!% == c goto wrl
    if %!% == d goto crlc
    if %!% == A goto wrl
    if %!% == B goto wrl
    if %!% == C goto wrl
    if %!% == D goto crlc
    goto lvl2

    :crlc
    cls
    echo You are correct! This game was made in the file type batch.
    echo.
    echo Continue? (y/n)
    set /p ha=

    if %ha% == y goto lvl3
    if %ha% == n goto lvl2
    if %ha% == Y goto lvl3
    if %ha% == N goto lvl2
    goto crlc

    :lvl3
    cls
    echo Ah welcome to level 3 %name%! Questions will be a bit harder from now on!
    echo Your new question is as follows
    echo How many times dose the earth spin around in a full year?
    echo A) 0
    echo B) 365
    echo C) Over 9000
    echo D) 274
    set /p !=

    if %!% == a goto wrl
    if %!% == b goto wrlcr
    if %!% == c goto wrl
    if %!% == d goto wrl
    if %!% == A goto wrlcr
    if %!% == B goto wrl
    if %!% == C goto wrl
    if %!% == D goto wrl
    goto lvl3

    :wrlcr
    cls
    echo You are correct! The earth spins around 365 times in a full year!
    echo.
    echo Continue? (y/n)
    set /p ha=

    if %ha% == y goto lvl4
    if %ha% == n goto lvl3
    if %ha% == Y goto lvl4
    if %ha% == N goto lvl3
    goto crlcr

    :lvl4
    cls
    echo Whoa level 4 your a big shot arnt you %name%?
    echo Well Im going to crush that title right off you!
    echo Your next question is as follows
    echo How many countrys is there in the world?
    echo A) 25
    echo B) 547
    echo C) 196
    echo D) 3
    set /p !=

    if %!% == a goto wrl
    if %!% == b goto wrl
    if %!% == c goto wrlcrl
    if %!% == d goto wrl
    if %!% == A goto wrl
    if %!% == B goto wrl
    if %!% == C goto wrlcrl
    if %!% == D goto wrl
    goto lvl4

    :wrlcrl
    cls
    echo You are correct! There is 196 countrys!
    echo.
    echo Continue? (y/n)
    set /p ha=

    if %ha% == y goto lvl5
    if %ha% == n goto lvl4
    if %ha% == Y goto lvl5
    if %ha% == N goto lvl4
    goto crlcrl

    :lvl5
    cls
    echo Whoa! Level 5 how did you get here? Well give me a sec...
    echo I need to think of a brain bolging question...
    echo Ah! I have one!! The question is as followed
    echo If I dig a hole thats 5 feet deep and 5 feet wide how much dirts in the hole?
    echo A) 25 feet of dirt.
    echo B) 5 feet of dirt.
    echo C) 0 Feet of dirt.
    echo D) 250 feet of dirt.
    set /p !=

    if %!% == a goto wrl
    if %!% == b goto wrl
    if %!% == c goto wrlcrlc
    if %!% == d goto wrl
    if %!% == A goto wrl
    if %!% == B goto wrl
    if %!% == C goto wrlcrlc
    if %!% == D goto wrl
    goto lvl5

    :wrlcrlc
    cls
    echo You are correct! Your right %name% theres no dirt becasue its a hole! its empty!
    echo.
    echo Continue? (y/n)
    set /p ha=

    if %ha% == y goto lvl6
    if %ha% == n goto lvl5
    if %ha% == Y goto lvl6
    if %ha% == N goto lvl5
    goto crlcrlc

    :lvl6
    cls
    echo Honstly you might win then again maby not. You newist question is
    echo as follows
    echo When did world war 1 start?
    echo A) 1914
    echo B) 1918
    echo C) 1814
    echo D) 1999
    set /p !=

    if %!% == a goto wrlcrlcr
    if %!% == b goto wrl
    if %!% == c goto wrl
    if %!% == d goto wrl
    if %!% == A goto wrlcrlcr
    if %!% == B goto wrl
    if %!% == C goto wrl
    if %!% == D goto wrl
    goto lvl6

    :wrlcrlcr
    cls
    echo You are correct! Your right %name% theres no dirt becasue its a hole! its empty!
    echo.
    echo Continue? (y/n)
    set /p ha=

    if %ha% == y goto lvl7
    if %ha% == n goto lvl6
    if %ha% == Y goto lvl7
    if %ha% == N goto lvl6
    goto wrlcrlcr

    :lvl7
    cls
    echo Boy oh another question it is! I think well go to 10 questions then
    echo call it quits! Well any who heres your next question
    echo Who Invented the Lightbulb?
    echo A) Sponge bob
    echo B) Edward Vandenberghe
    echo C) Abdul
    echo D) Thomas Edison
    set /p !=

    if %!% == a goto wrl
    if %!% == b goto wrl
    if %!% == c goto wrl
    if %!% == d goto wrlcrlcrl
    if %!% == A goto wrl
    if %!% == B goto wrl
    if %!% == C goto wrl
    if %!% == D goto wrlcrlcrl
    goto lvl7

    :wrlcrlcrl
    cls
    echo You are correct! Your right Thomas Edison Invented the lightbulb!
    echo.
    echo Continue? (y/n)
    set /p ha=

    if %ha% == y goto lvl8
    if %ha% == n goto lvl7
    if %ha% == Y goto lvl8
    if %ha% == N goto lvl7
    goto wrlcrlcrl

    :lvl8
    cls
    echo Ah %name% your all most done... 3 questions left but can you do it?
    echo Your newist and hardist question is as follows... Good luck
    echo When is a door not a door?
    echo A) When its broken
    echo B) When its a pickel
    echo C) When its a jar
    echo D) When its closed
    set /p !=

    if %!% == a goto wrl
    if %!% == b goto wrl
    if %!% == c goto wrlcrlcrlc
    if %!% == d goto wrl
    if %!% == A goto wrl
    if %!% == B goto wrl
    if %!% == C goto wrlcrlcrlc
    if %!% == D goto wrl
    goto lvl8

    :wrlcrlcrlc
    cls
    echo You are correct! Once again your right a door isnt a door when its a tiny bit opened it becomes a jar.
    echo.
    echo Continue? (y/n)
    set /p ha=

    if %ha% == y goto lvl9
    if %ha% == n goto lvl8
    if %ha% == Y goto lvl9
    if %ha% == N goto lvl8
    goto wrlcrlcrlc

    :lvl9
    cls
    echo 2 left dont fail now your new question is
    echo Who created facebook?
    echo A) Thompson Edison
    echo B) No One
    echo C) Mark Zuckerberg
    echo D) Taylor Ford
    set /p !=

    if %!% == a goto wrl
    if %!% == b goto wrl
    if %!% == c goto wrlcrlcrlcr
    if %!% == d goto wrl
    if %!% == A goto wrl
    if %!% == B goto wrl
    if %!% == C goto wrlcrlcrlcr
    if %!% == D goto wrl
    goto lvl9

    :wrlcrlcrlcr
    cls
    echo You are correct! Mark Zuckerberg created facebook.
    echo.
    echo Continue? (y/n)
    set /p ha=

    if %ha% == y goto lvl10
    if %ha% == n goto lvl9
    if %ha% == Y goto lvl10
    if %ha% == N goto lvl9
    goto wrlcrlcrlcr

    :lvl10
    cls
    echo Ah time to shine heres the question!
    echo Are you about to win?
    echo A) No
    echo B) Hopely not
    echo c) No Im not...
    echo D) Yes!
    set /p !=

    if %!% == a goto wrl
    if %!% == b goto wrl
    if %!% == c goto wrl
    if %!% == d goto wrlcrlcrlcrl
    if %!% == A goto wrl
    if %!% == B goto wrl
    if %!% == C goto wrl
    if %!% == D goto wrlcrlcrlcrl
    goto lvl10

    :wrlcrlcrlcrl
    cls
    echo You are correct!
    echo Congratz you
    echo w w o n n !
    echo w w w i n n n !
    echo w w i n nn !
    echo Made by Jacob L
    echo AFunnyDuck on youtube.
    echo Press the m key to go back to the menu
    set /p start=

    if %start% == m goto menu
    if %start% == M goto menu

    :levels
    cls
    echo 1
    echo 2
    echo 3
    echo 4
    echo 5
    echo 6
    echo 7
    echo 8
    echo 9
    echo 10
    set /p start=

    if %start% == 1 goto lvl1
    if %start% == 2 goto lvl2
    if %start% == 3 goto lvl3
    if %start% == 4 goto lvl4
    if %start% == 5 goto lvl5
    if %start% == 6 goto lvl6
    if %start% == 7 goto lvl7
    if %start% == 8 goto lvl8
    if %start% == 9 goto lvl9
    if %start% == 10 goto lvl10
     
  3. Unread #2 - Sep 15, 2012 at 9:43 PM
  4. The Only Carney
    Joined:
    Mar 23, 2010
    Posts:
    976
    Referrals:
    1
    Sythe Gold:
    0

    The Only Carney Apprentice

    My batch file games!

    Just use the letters/numbers after the 'v=' in a youtube link when embedding it.

    took out the link so there isn't two videos embedded.
     
  5. Unread #3 - Sep 15, 2012 at 10:04 PM
  6. NameGuy
    Joined:
    Jul 22, 2012
    Posts:
    1,007
    Referrals:
    1
    Sythe Gold:
    0

    NameGuy Guru
    Banned

    My batch file games!

    Ah, tyvm.
     
  7. Unread #4 - Oct 1, 2012 at 3:47 PM
  8. NameGuy
    Joined:
    Jul 22, 2012
    Posts:
    1,007
    Referrals:
    1
    Sythe Gold:
    0

    NameGuy Guru
    Banned

    My batch file games!

    Bump + Currnlty working on a text virson of rs! Shought be done in a week or too
     
  9. Unread #5 - Oct 1, 2012 at 5:54 PM
  10. justinkiller
    Joined:
    Aug 10, 2011
    Posts:
    1,069
    Referrals:
    0
    Sythe Gold:
    0

    justinkiller Guru
    $5 USD Donor New

    My batch file games!

    Thomas Edison did not invent the lightbulb, he just perfected it and chose the right filament.
     
  11. Unread #6 - Jul 8, 2014 at 2:07 PM
  12. Epicon6124
    Joined:
    Jul 8, 2014
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    Epicon6124 Newcomer

    My batch file games!

    For the Youtube Video, there's a mistake.
    When you selected in visibility settings, if you select "private" ONLY you can see it. Just select Unlisted. Can't be searched up.
    EDIT: I meant it can't be searched up in Youtube search if it's unlisted.
     
< Do you like making prank calls? | Opinions about Brits. >

Users viewing this thread
1 guest


 
 
Adblock breaks this site