Thread: Broswer Game

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Xenyst's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    In a Gangsta's Paradise
    Posts
    203
    Reputation
    10
    Thanks
    14
    My Mood
    Lurking

    Broswer Game

    click f12 -> console -> paste it in -> press enter



    var user = prompt("You are walking along the road when you encounter a zombie. Would you like to FIGHT the zombie, PAY the zombie, or RUN from the zombie?").toUpperCase();

    switch (user){
    case 'FIGHT':
    var fight = prompt("You punch the zombie, but it almost bites you. Do you run, or fight?").toUpperCase();
    var choose = prompt("Choose wisely. Run, or fight? (Use same answer as last time.").toUpperCase();
    if(fight === 'FIGHT' || choose === 'FIGHT') {
    alert("You beat the zombie in a fist fight! Nice!");
    }
    else {
    alert("You couldn't get away, and the zombie ate you. Better luck next time.");
    }
    break;

    case 'PAY':
    var swag = prompt("The zombie only accepts Zombie Dollars. Do you have Zombie Dollars on you?").toUpperCase();
    var test = prompt("The zombie agrees not to eat you if you give him all your Zombie Dollars. Do you agree?").toUpperCase();
    if(swag === 'YES' && test === 'YES') {
    alert("The zombie lied. He took your Zombie Dollars and ate you. You shouldn't trust a zombie..");
    }
    else {
    alert("The zombie gets annoyed and eats you. Better luck next time!");
    }
    break;

    case 'RUN':
    var table = prompt("Do you think you can outrun the zombie? (This zombie is very slow)").toUpperCase();
    var fargo = prompt("You start running from the zombie, and someone in a car pulls up to you. They offer you a spot in the car. Do you continue running?!").toUpperCase();
    if(table === 'YES' && fargo === 'YES') {
    alert("Nice! You outran the zombie and didn't get in the car with the stranger.");
    }
    else {
    alert("You should've kept running. You died. Better luck next time!");
    }

    default:
    console.log("The zombie didn't like your answer, so the zombie killed you.")
    }

  2. #2
    meap01's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Central City
    Posts
    1,318
    Reputation
    211
    Thanks
    992
    My Mood
    Amused
    i won, fighting FTW

  3. #3
    Janitor's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    MPGH Reports
    Posts
    16,255
    Reputation
    3259
    Thanks
    7,214
    So did you write these lines your self ?

  4. #4
    Scotia's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    boards.4chan.org/cm/
    Posts
    6,502
    Reputation
    1166
    Thanks
    1,724
    My Mood
    Relaxed
    Don't get in the car and run.

  5. #5
    Xenyst's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    In a Gangsta's Paradise
    Posts
    203
    Reputation
    10
    Thanks
    14
    My Mood
    Lurking
    Quote Originally Posted by Ameer View Post
    So did you write these lines your self ?

    No sadly, Wish I could but a friend did on another site. Just wanted to share with MPGH.
    Last edited by Xenyst; 12-28-2014 at 07:29 PM.

  6. #6
    arunforce's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    A place for amigos
    Posts
    24,705
    Reputation
    4747
    Thanks
    12,562
    My Mood
    Yeehaw
    1/10.

    Graphics are horrible.
    No save feature.
    Sound effects hurt my ears.



    BRING BACK BT, BRING BACK SAGA, BRING BACK VF, BRING BACK MPGHCRAFT, BRING BACK HABAMON


  7. #7
    Quck's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    1,809
    Reputation
    45
    Thanks
    164
    My Mood
    Crappy
    That was the easiest game ever. Had to type in "fight" 3 or 4 times and I won.

  8. #8
    Xenyst's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    In a Gangsta's Paradise
    Posts
    203
    Reputation
    10
    Thanks
    14
    My Mood
    Lurking
    Quote Originally Posted by arunforce View Post
    1/10.

    Graphics are horrible.
    No save feature.
    Sound effects hurt my ears.

    I know Right!

  9. #9
    Democritus's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Dyrus will be missed.
    Posts
    2,225
    Reputation
    294
    Thanks
    650
    My Mood
    Aggressive
    Kinda simple Javascript game, you could easily do this yourself.

  10. #10
    meap01's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Central City
    Posts
    1,318
    Reputation
    211
    Thanks
    992
    My Mood
    Amused
    Quote Originally Posted by arunforce View Post
    1/10.

    Graphics are horrible.
    No save feature.
    Sound effects hurt my ears.
    the story mode was horrible too!

  11. #11
    Xenyst's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    In a Gangsta's Paradise
    Posts
    203
    Reputation
    10
    Thanks
    14
    My Mood
    Lurking
    You guys are so critical.

  12. #12
    meap01's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Central City
    Posts
    1,318
    Reputation
    211
    Thanks
    992
    My Mood
    Amused
    Quote Originally Posted by Xenyst View Post
    You guys are so critical.
    thats MPGH for you

  13. #13
    KieronZeCoder69's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    On my computer
    Posts
    439
    Reputation
    20
    Thanks
    219
    My Mood
    Aggressive
    @arunforce what game is in your signature?

  14. #14
    Mokou-Sama's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Akihabara
    Posts
    10,088
    Reputation
    515
    Thanks
    690
    My Mood
    Amused
    Quote Originally Posted by arunforce View Post
    1/10.

    Graphics are horrible.
    No save feature.
    Sound effects hurt my ears.
    best review ever
    Formerly known as gamer4evere









     
    Participated on:
    MPGH GAMING NIGHT 08/03/2015 - Town of Salem



  15. #15
    David.'s Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    ก็็็็็็็็็็็็็&#
    Posts
    2,881
    Reputation
    556
    Thanks
    2,514
    My Mood
    Amazed
    Died Ahahaahah

Page 1 of 2 12 LastLast

Similar Threads

  1. how about Tantra Online Game
    By scoutranger in forum General Gaming
    Replies: 2
    Last Post: 09-25-2018, 06:57 AM
  2. games that suck
    By gothgod in forum General Game Hacking
    Replies: 50
    Last Post: 07-09-2006, 06:41 PM
  3. frag/game music video's
    By kyo in forum General
    Replies: 12
    Last Post: 06-20-2006, 08:55 AM
  4. Connection About for Annomalation in Game
    By asdasd in forum WarRock - International Hacks
    Replies: 7
    Last Post: 12-30-2005, 08:17 PM
  5. What type of games
    By djraziel127 in forum General Game Hacking
    Replies: 11
    Last Post: 12-30-2005, 03:22 PM