Project #1 can You escape the dungeon?

Code

    
    ///name: nick cerdan
    ///period: 6
    ///program name: Bigger Adventure
    ///file name: BAdv.java
    ///date finished: 10/ /15
    
    import java.util.Scanner;
    
    public class BAdv
    {
        public static void main(String[] args)
        {
            String rbw, pc, rw, hf, mk, tb, jf, sf, rs, fg;  
                
            Scanner keyboard = new Scanner(System.in);
            
            System.out.println("");
            System.out.println("Welcome to My Crazy Dungeon Escape Game! :D");
            System.out.println("There will be many choices along the way but only some will let you live and escape your cell. Good Luck!");
            System.out.println("");
            System.out.println("So, as you know, you are in a dungeon cell. The guard has gone to the bathroom and has left the keys on a bench near by. Do you try to 'reach' for the keys, try to 'break' down the door, or 'wake' up your room mate and ask for his ideas?");
            System.out.print("> ");
            rbw = keyboard.next();
            System.out.println("");
            
            if (rbw.equals("reach"))
            {
                System.out.println("As you are reaching for the keys you can hear footsteps in the hallway, but you don't knowS if they are coming towards the door or away. Do you 'pull' your arm back to make sure you are not caught trying to get the keys, or do you 'continue' reaching and hope the steps are going away from you?");
                System.out.print("> ");
                pc = keyboard.next();
                System.out.println("");
                
                if (pc.equals("pull"))
                {
                    System.out.println("You pull your arm back and thankfully you made the right choice. The door swings open and the gaurd walks in. He quickly glances at you but then another guard walks in and starts up a conversation with him. Because of this they both turn away from you. The keys are still on the bench. Now do you 'reach' for the keys or 'wait' for the next oportunity?");
                    System.out.print("> ");
                    rw = keyboard.next();
                    System.out.println("");
                    
                    if (rw.equals("reach"))
                    {
                        System.out.println("The guards notice your movement in thier peripherals and promptly turn around. Seeing your extended arm reaching for the keys, they understand what you were doing and punish you violently. Maybe you can try escaping agiain once you can walk. Sorry, You Lose"); 
                    }
                    
                    else if (rw.equals("wait"))
                    {
                        System.out.println("Your choice to wait results in the fact that you never get another chance quite like the one you just missed. Have fun being a prisoner. Sorry, you Lose");
                    }
    
                    else
                    {
                        System.out.println("ERROR: You did not chose one of the options provided");
                    }
                                    
                }
                
                else if (pc.equals("continue"))
                {
                    System.out.println("Unluckily for you, the footsteps were indeed travelling towards you and the door opens exposing your plan to snatch the keys. And even more unluckily is the first guard brought back a second so now they both proceeded to violently beat you. Do you give up and 'hope' for the best, or do you 'fight' back?");
                    System.out.print("> ");
                    hf = keyboard.next();
                    System.out.println("");
                    
                    if (hf.equals("hope"))
                    {
                        System.out.println("You curl up into the fetal position and hold your head, hoping for the best. Sadly the dungeon dress code requires all guards to wear steel-toed boots, so you don't fair well. Sorry, You Lose");  
                    }
    
                    else if (hf.equals("fight"))
                    {
                        System.out.println("You are outnumbered, so i don't know what you were thinking. The guards very easily beat you up and throw you back into the cell with a broken arm and a broken femur. Maybe you can try again once you can walk. Sorry, You Lose");
                    }
                    
                    else
                    {
                        System.out.println("ERROR: You did not chose one of the options provided");
                    }
                }
    
                else
                {
                    System.out.println("ERROR: You did not chose one of the options provided");
                }
            }
            
            else if (rbw.equals("break"))
            {
                System.out.println("You see two options. Try to use the technique used in the 'movie' Pirates of the Carribean, or just try to 'kick' it down like a man.");
                System.out.print("> ");
                mk = keyboard.next();
                System.out.println("");
                
                if (mk.equals("movie"))
                {
                    System.out.println("you try to take your bench and use it as leverage against the door, but it doesn't work. All you managed to do was snap your bench causing a very loud sound, waking up your room mate. The guards also hear you and see the broken bench lying at your feet. They asked what happened. Do you tell the 'truth' or 'blame' your now-awake roomate?");
                    System.out.print("> ");
                    tb = keyboard.next();
                    System.out.println("");
                    
                    if (tb.equals("truth"))
                    {
                        System.out.println("You admit to breaking the bench on the door. The guards don't particularly mind because now you can't sit on the benc, which they see as a good enough punishment. Have fun sitting on the ground. sorry, you lose");
                    }
                    
                    else if (tb.equals("blame"))
                    {
                        System.out.println("You tell them that your room mate was trying to break out and that you stopped him by smashing your bench into him. But the guards don't belive you. they walk in and punish you violently. Sorry, you lose");
                    }
                    
                    else
                    {
                        System.out.println("ERROR: You did not chose one of the options provided");
                    }
                    
                }
    
                else if (mk.equals("kick"))
                {
                    System.out.println("You kick at the door as hard as you can and successfully break it open. Except you made a very loud sound breaking it open, also, you broke your foot in the process. You limp out of the cell and are met by 2 guards. Do you 'jump' out of the open window to your left and hope you are not too high up, or do you try to 'fight' them even though your injured?");
                    System.out.print("> ");
                    jf = keyboard.next();
                    System.out.println("");
                    
                    if (jf.equals("jump"))
                    {
                        System.out.println("You towards the window and jump head first through it. Now that you are outside the dungeon you notice that the dungeon is surounded by water. You add a 360 trun in for classy effects and swan dive into the water. Congrats, you are free. YOU WIN!");
                    }
                    
                    else if (jf.equals("fight"))
                    {
                        System.out.println("I don't know what you were thinking, your foot is broken, how were you expecting to fight? Obviously you get pretty beat up and thrown back in your cell. Sorry, you lose.");
                    }
                    
                    else
                    {
                        System.out.println("ERROR: You did not chose one of the options provided");
                    }           
                }
                
                else
                {
                   System.out.println("ERROR: You did not chose one of the options provided");
                }
            }
            
            else if (rbw.equals("wake"))
            {
                System.out.println("You run over and shake your roommate awake. He is a bit startled at first but once he calms down you tell him the situation. He says that he is willing to help you if he gets to go free too. You both throw yourselves at the door and it bursts open, alarming the guards. 5 guards run in. Do you 'surrender' or 'fight' them?");
                System.out.print("> ");
                sf = keyboard.next();
                System.out.println("");
                
                if (sf.equals("surrender"))
                {
                    System.out.println("You both raise your hands and walk slowly back into your cell. the guards mock you for your lack of courage. Now do you 'rush' at them and take them by surprise or continue to 'surrender'?");
                    System.out.print("> ");
                    rs = keyboard.next();
                    System.out.println("");
                    
                    if (rs. equals("rush"))
                    {
                        System.out.println("You and your roommate rush at them but they saw it coming. they are already prepared and shove both of you back into your cell and lock the door. Sorry, you lose.");
                    }
                    
                    else if (rs.equals("surrender"))
                    {
                        System.out.println("You continue to walk back into your cell and they lock the door again. There goes your chance to escape. Sorry, you lose.");
                    }
                    
                    else 
                    {
                        System.out.println("ERROR: You did not chose one of the options provided");
                    }
                }
                
                else if (sf.equals("fight"))
                {
                    System.out.println("You both get ready for a fight, and the guards draw their swords. you don't really want to fight them now because they could easily kill you but you don't wan to give up either. Do you still 'fight' or 'give up'?");
                    System.out.print("> ");
                    fg = keyboard.next();
                    System.out.println("");
                    
                    if (fg.equals("fight"))
                    {
                        System.out.println("Bad idea. the guards quickly dismember you and your roommate with their words. Sorry, you lose");
                    }
                    
                    else if (fg.equals("give up"))
                    {
                        System.out.println("You both raise you hands and walk back into the cell. they lock the door behind you. Sorry, you lose.");
                    }
                    
                    else
                    {
                        System.out.println("ERROR: You did not chose one of the options provided");
                    }
                }               
            }
            
            else
            {
                System.out.println("ERROR: You did not chose one of the options provided");
            }
        }
    }
    
    Assignment 52