Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Debilski
Created August 20, 2018 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Debilski/dfb564a737f6f15488c582aa8123d23b to your computer and use it in GitHub Desktop.
Save Debilski/dfb564a737f6f15488c582aa8123d23b to your computer and use it in GitHub Desktop.
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