From ea18a265a22ffc4c3f6ec3ca9d2f542552da9705 Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Thu, 14 Nov 2024 19:52:24 +0200 Subject: Added immediate turn start for client, required minor protocol tweak --- src/main/scala/Model/Adventure.scala | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main/scala/Model/Adventure.scala') 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.") -- cgit v1.2.3