Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- self.mazes.append({"tiles": [['#','#','#','#','#','#','#'],
- ['#',' ','#',' ',' ',' ','#'],
- ['#',' ','#',' ',' ',' ','#'],
- ['#',' ','#',' ','#','#','#'],
- ['#',' ','#',' ',' ','@','#'],
- ['#',' ',' ',' ',' ',' ','#'],
- ['#','#','#','#','#','#','#']],
- "sprouts":1, "width":7, "height":7}
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement