Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hanabi network code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fireworks Competition
hanabi network code
Commits
aa9fa00e
There was a problem fetching the pipeline mini graph.
Commit
aa9fa00e
authored
7 years ago
by
Piers Williams
Browse files
Options
Downloads
Patches
Plain Diff
Stuff
parent
52f67268
Branches
master
No related tags found
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
runServer.sh
+1
-0
1 addition, 0 deletions
runServer.sh
src/main/java/com/fossgalaxy/games/fireworks/FunPlayer.java
+1
-1
1 addition, 1 deletion
src/main/java/com/fossgalaxy/games/fireworks/FunPlayer.java
with
3 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
aa9fa00e
...
@@ -4,3 +4,4 @@ target/
...
@@ -4,3 +4,4 @@ target/
# Intellij
# Intellij
*.iml
*.iml
.idea/
.idea/
results.log
This diff is collapsed.
Click to expand it.
runServer.sh
0 → 100755
+
1
−
0
View file @
aa9fa00e
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
This diff is collapsed.
Click to expand it.
src/main/java/com/fossgalaxy/games/fireworks/FunPlayer.java
+
1
−
1
View file @
aa9fa00e
...
@@ -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
TellAnyoneAbout
UsefulCard
Improved
())
new
CompleteTell
UsefulCard
())
);
);
pra
.
addRule
(
new
OsawaDiscard
());
pra
.
addRule
(
new
OsawaDiscard
());
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment