Added exciting text
This commit is contained in:
@@ -122,7 +122,7 @@ class Game {
|
|||||||
private void printWelcome() {
|
private void printWelcome() {
|
||||||
System.out.println();
|
System.out.println();
|
||||||
System.out.println("Welcome to Zork!");
|
System.out.println("Welcome to Zork!");
|
||||||
System.out.println("Zork is a new, incredibly boring adventure game.");
|
System.out.println("Zork is a new, incredibly boring adventure game, for now...");
|
||||||
System.out.println("Type 'help' if you need help.");
|
System.out.println("Type 'help' if you need help.");
|
||||||
System.out.println();
|
System.out.println();
|
||||||
System.out.println(currentRoom.longDescription());
|
System.out.println(currentRoom.longDescription());
|
||||||
|
|||||||
Reference in New Issue
Block a user