aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/Model
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/Model')
-rw-r--r--src/main/scala/Model/Adventure.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/scala/Model/Adventure.scala b/src/main/scala/Model/Adventure.scala
index 01f5d13..4d0a256 100644
--- a/src/main/scala/Model/Adventure.scala
+++ b/src/main/scala/Model/Adventure.scala
@@ -11,9 +11,6 @@ import scala.collection.mutable.Map
* games, you will need to modify or replace the source code of this class. */
class Adventure(val playerNames: Vector[String]):
- /** the name of the game */
- val title = "A Forest Adventure"
-
private val middle = Area("Forest", "You are somewhere in the forest. There are a lot of trees here.\nBirds are singing.")
private val northForest = Area("Forest", "You are somewhere in the forest. A tangle of bushes blocks further passage north.\nBirds are singing.")
private val southForest = Area("Forest", "The forest just goes on and on.")