From 0097d9808cba4e9a91977070aaebd7564de28537 Mon Sep 17 00:00:00 2001 From: Benoît LUBRANO DI SBARAGLIONE Date: Wed, 12 Feb 2014 11:06:20 +0100 Subject: Fix descriptions. --- src/esieequest/Game.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/esieequest/Game.java b/src/esieequest/Game.java index 3588624..a4594ac 100644 --- a/src/esieequest/Game.java +++ b/src/esieequest/Game.java @@ -35,26 +35,26 @@ public class Game { Room vAmphitheaterSeat = new Room("in the amphitheater"); Room vAmphitheaterStage = new Room("on the amphitheater stage"); Room vAmphitheaterEntrance = new Room("at the amphitheater entrance"); - Room vAmphitheaterFront = new Room("in front of the amphitheater"); + Room vAmphitheaterFront = new Room("in ESIEE main corridor, in front of the amphitheater"); Room vCafeteria = new Room("in the cafeteria"); Room vCafeteriaFront = new Room("in front of the cafeteria"); Room vStudentsUnionFront = new Room("in front of the Students' Union"); Room vStudentsUnion = new Room("in the Students' Union HQ"); - Room vStreetEsieespace = new Room("in the ESIEE street, in front of the ESIEEspace HQ"); + Room vStreetEsieespace = new Room("in the ESIEE main corridor, in front of the ESIEEspace HQ"); Room vEsieespaceEntrance = new Room("at the ESIEEspace HQ entrance"); Room vEsieespace = new Room("in the ESIEEspace HQ"); Room vReception = new Room("at the Reception"); Room vEntranceStairs = new Room("at the entrance stairs"); Room vRoundabout = new Room("at the roundabout"); Room vWingFront = new Room("in font of wing 3"); - Room vCorridorOne = new Room("Corridor 3 main floor"); - Room vStairsOne = new Room("in the stairwell at floor 1"); - Room vStairsTwo = new Room("in the stairwell at floor 2"); - Room vCorridorTwo = new Room("Corridor 3 floor 2"); + Room vCorridorOne = new Room("at the corridor 3, main floor"); + Room vStairsOne = new Room("in the stairwell at main floor"); + Room vStairsTwo = new Room("in the stairwell at second floor"); + Room vCorridorTwo = new Room("at the corridor 3, second floor"); Room vWcOne = new Room("in the WC at floor 1, door is closed behind you, you lose, type quit"); Room vWcTwo = new Room("in the WC at floor 2"); Room vCorridorTwoOffice = new Room("in front of the office at floor 2"); - Room vOffice = new Room("in the office number 3254"); + Room vOffice = new Room("in the office number 3254 (corridor 3, floor 2, right side 5, room 4)"); // connect rooms (N, S, E, W) vAmphitheaterSeat.setExits(vAmphitheaterStage, null, null, null); @@ -139,8 +139,8 @@ public class Game { } private void printWelcome() { - System.out.println("Welcome to the World of Zuul!"); - System.out.println("World of Zuul is a new, incredibly boring adventure game."); + System.out.println("Welcome to ESIEEquest"); + System.out.println("ESIEEquest is a new, incredibly surprising adventure game."); System.out.println("Type 'help' if you need help."); System.out.println(""); } -- cgit v1.2.3