|
|
@@ -4,6 +4,7 @@ import com.fasterxml.jackson.databind.JsonNode; |
|
|
|
|
|
|
|
import akka.actor.ActorRef;
|
|
|
|
import demo.CommandDemo;
|
|
|
|
import demo.TurnDemo;
|
|
|
|
import demo.Loaders_2024_Check;
|
|
|
|
import structures.GameState;
|
|
|
|
|
|
|
@@ -29,8 +30,11 @@ public class Initalize implements EventProcessor{ |
|
|
|
gameState.something = true;
|
|
|
|
|
|
|
|
// User 1 makes a change
|
|
|
|
CommandDemo.executeDemo(out); // this executes the command demo, comment out this when implementing your solution
|
|
|
|
//CommandDemo.executeDemo(out); // this executes the command demo, comment out this when implementing your solution
|
|
|
|
//Loaders_2024_Check.test(out);
|
|
|
|
|
|
|
|
// start the turn demo
|
|
|
|
TurnDemo.executeDemo(out);
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|