Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
exapunks-hackmatch-bot
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
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
exapunks-hackmatch-bot
Commits
9f4b3f92
Commit
9f4b3f92
authored
5 years ago
by
Taddeüs Kroes
Browse files
Options
Downloads
Patches
Plain Diff
Improve bomb/held detection parameters based on screenshots
parent
a296ca9c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
parse.py
+2
-2
2 additions, 2 deletions
parse.py
with
2 additions
and
2 deletions
parse.py
+
2
−
2
View file @
9f4b3f92
...
...
@@ -24,7 +24,7 @@ DETECT_BASIC_Y = 15
DETECT_BOMB_X
=
22
DETECT_BOMB_Y
=
43
DETECT_BOMB_Y_TOLERANCE
=
7
DETECT_BOMB_CHECK
=
9
,
20
,
137
,
230
,
9
# x, y, hue, value, tolerance
DETECT_BOMB_CHECK
=
8
,
20
,
137
,
185
,
9
# x, y, hue,
min_
value,
y_
tolerance
MIN_BASIC_SAT
=
180
MIN_BOMB_SAT
=
130
...
...
@@ -36,7 +36,7 @@ DETECT_HELD_Y = 579
DETECT_EXA_LIGHT_X
=
30
DETECT_EXA_LIGHT_Y
=
609
EXA_LIGHT_HUE
=
226
MIN_EXA_LIGHT_VAL
=
1
80
MIN_EXA_LIGHT_VAL
=
1
72
def
is_hue
(
h
,
hexpect
):
...
...
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