Created
August 20, 2018 18:57
-
-
Save Debilski/dfb564a737f6f15488c582aa8123d23b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
layout=""" | |
######## | |
# ###E0# | |
#1E # | |
######## | |
""" | |
str = str(create_layout(layout, food=[(1, 1)], bots=[(1, 2), (1, 2)], enemy=[(1, 1), (1, 1)])) | |
assert str == """ | |
######## | |
#.### # | |
# # | |
######## | |
######## | |
#E### # | |
#0 # | |
######## | |
######## | |
#E### # | |
#1 # | |
######## | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment