Skip to content
Snippets Groups Projects
Commit aa9fa00e authored by Piers Williams's avatar Piers Williams
Browse files

Stuff

parent 52f67268
Branches master
No related tags found
No related merge requests found
Pipeline #
...@@ -4,3 +4,4 @@ target/ ...@@ -4,3 +4,4 @@ target/
# Intellij # Intellij
*.iml *.iml
.idea/ .idea/
results.log
java -cp target/fireworks-server-0.1-SNAPSHOT-jar-with-dependencies.jar com.fossgalaxy.games.fireworks.NetServer --players 4 --numAI 2 -ai "pmcts[noisy[0.2:iggi]|noisy[0.2:iggi]|noisy[0.2:iggi]|noisy[0.2:iggi]|noisy[0.2:iggi]]" 2>> results.log
...@@ -22,7 +22,7 @@ public class FunPlayer { ...@@ -22,7 +22,7 @@ public class FunPlayer {
pra.addRule( pra.addRule(
new IfRule( new IfRule(
(id, state) -> state.getInfomation() > 1, (id, state) -> state.getInfomation() > 1,
new TellAnyoneAboutUsefulCardImproved()) new CompleteTellUsefulCard())
); );
pra.addRule(new OsawaDiscard()); pra.addRule(new OsawaDiscard());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment