Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Simon
ia02-helltaker
Commits
bd46516f
Commit
bd46516f
authored
Jun 14, 2022
by
Leo Peron
Browse files
added levels and update main filepath
parent
cb9ecbce
Changes
3
Hide whitespace changes
Inline
Side-by-side
levels/level8.txt
0 → 100644
View file @
bd46516f
Level 8 (merci à G. Héricourt)
12
###########
# ##D## #
# M #
# M #
# # M # #
# M #
# # M # #
# M #
## # M # ##
## M ##
## # # ##
## H ##
#### ####
###########
\ No newline at end of file
levels/level9.txt
0 → 100644
View file @
bd46516f
Level 9 (merci à G. Héricourt)
33
###########
#####D#####
#### ####
####BLB####
##B#B # ##
#B BBB K#
# BBB BB #
##H B B ##
###########
\ No newline at end of file
main.py
View file @
bd46516f
...
...
@@ -443,7 +443,7 @@ def readCommand(argv: List[str]) -> List[str]:
args
=
dict
()
options
,
_
=
parser
.
parse_args
(
argv
)
args
[
"layout"
]
=
grid_from_file
(
"
map
s/"
+
options
.
HellTakerLevels
)
args
[
"layout"
]
=
grid_from_file
(
"
level
s/"
+
options
.
HellTakerLevels
)
args
[
"method"
]
=
options
.
agentMethod
return
args
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment