Increase cheating reserve bots' variety
[troll.git] / src / test / java / Main.java
index 8de5bd7..cbb15e8 100644 (file)
@@ -6,12 +6,13 @@ public class Main {
     public static void main(String[] args) {
         Properties props = new Properties();
         props.setProperty("seed", "3");
     public static void main(String[] args) {
         Properties props = new Properties();
         props.setProperty("seed", "3");
+        props.setProperty("ehtnicity", "ice");
         
         MultiplayerGameRunner gameRunner = new MultiplayerGameRunner();
         gameRunner.setGameParameters(props);
 
         gameRunner.addAgent(Player1.class);
         
         MultiplayerGameRunner gameRunner = new MultiplayerGameRunner();
         gameRunner.setGameParameters(props);
 
         gameRunner.addAgent(Player1.class);
-        gameRunner.addAgent(PlayerRand.class);
+        gameRunner.addAgent(PlayerCheatSmart.class);
         
         // gameRunner.addAgent("python3 /home/user/player.py");
         
         
         // gameRunner.addAgent("python3 /home/user/player.py");