Skip to content

Instantly share code, notes, and snippets.

@mauricioaniche
Created November 25, 2020 12:58
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 mauricioaniche/c153b8cb9cd2f36a507e8f84ae2fa10b to your computer and use it in GitHub Desktop.
Save mauricioaniche/c153b8cb9cd2f36a507e8f84ae2fa10b to your computer and use it in GitHub Desktop.
# @ -> our hero
# G -> ghosts
# P -> pills
# . -> empty spaces
# | and - -> walls
map = [
"|--------|",
"|G..|..G.|",
"|...PP...|",
"|G...@.|.|",
"|........|",
"|--------|"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment