Class Game
java.lang.Object
Game
Classe Game - le moteur du jeu d'aventure Zuul.
- Author:
- Nathan DAMART-MOHN
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Game
public Game()Constructor for the class Game
-
-
Method Details
-
play
public void play()Runs the game until vFinished is true -
goRoom
Allows to travel between rooms- Parameters:
pInstruction
- A command input by the user composed of "go" and another word
-