Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Cooperative Cuisine Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Social Cognitive Systems
CoCoSy
Cooperative Cuisine Environment
Merge requests
!94
Project 'scs/cocosy/overcooked-simulator' was moved to 'scs/cocosy/cooperative-cuisine'. Please update any links and bookmarks that may still have the old path.
Resolve "Score of order depends on remaining time"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Score of order depends on remaining time"
128-score-of-order-depends-on-remaining-time
into
dev
Overview
0
Commits
11
Pipelines
7
Changes
17
Merged
Fabian Heinrich
requested to merge
128-score-of-order-depends-on-remaining-time
into
dev
11 months ago
Overview
0
Commits
11
Pipelines
7
Changes
1
Expand
Closes
#128 (closed)
0
0
Merge request reports
Compare
version 2
version 5
d8c59b07
11 months ago
version 4
ec1ec758
11 months ago
version 3
548f0f3b
11 months ago
version 2
cdbbfd08
11 months ago
version 1
584c17c0
11 months ago
dev (base)
and
version 3
latest version
937e04bb
11 commits,
11 months ago
version 5
d8c59b07
10 commits,
11 months ago
version 4
ec1ec758
9 commits,
11 months ago
version 3
548f0f3b
5 commits,
11 months ago
version 2
cdbbfd08
4 commits,
11 months ago
version 1
584c17c0
1 commit,
11 months ago
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cooperative_cuisine/pygame_2d_vis/drawing.py
+
1
−
0
Options
@@ -97,6 +97,7 @@ class Visualizer:
if
"
Gui
"
in
config
and
"
show_counter_centers
"
in
config
[
"
Gui
"
]
else
False
)
pygame
.
font
.
init
()
self
.
font
=
pygame
.
font
.
SysFont
(
"
Arial
"
,
26
)
def
create_player_colors
(
self
,
n
)
->
None
:
Loading