Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 2.70 KB | None | 0 0
  1. grid = [
  2. "__________________________________________________",
  3. "__________________________________________________",
  4. "__________________________________________________",
  5. "__________________________________________________",
  6. "_____#########_###########_#_#######_#####_#______",
  7. "____#.........#...........#.#.......#.....#.#_____",
  8. "____#.###.#####.#.#######.#.#.#####.#.#.#.#.#_____",
  9. "____#...#.......#.....#.#.#...#...#...#.#.#.#_____",
  10. "_____##.#############.#.#.#####.#.#####.#.#.#_____",
  11. "____#.............#...#.........#.......#.#.#_____",
  12. "____#.#############.###.#################.#.#_____",
  13. "____#...#.....#...#.#.....#...#.............#_____",
  14. "____#.###.###.#.#.#.#####.#.#.#.############______",
  15. "____#.#...#.#...#.#.#...#.#.#.#.#...........#_____",
  16. "____#.#.###.#####.#.#.#.###.#.#.#.#########.#_____",
  17. "____#.#.#.#.....#...#.#.....#.#.#...#.....#.#_____",
  18. "_____##.#.#.#.#####.#.#######.#.###.#.###.#.#_____",
  19. "____#...#...#.......#.#.....#.#.#...#...#...#_____",
  20. "____#.#.####_####.###.#.###.#.###.#####.####______",
  21. "____#.#.#...#...#...#.#.#.#.#...#.....#.#...#_____",
  22. "____#.#.#.#.#.#.###.#.#.#.#.###.#####.#.#.#.#_____",
  23. "____#.#.#.#...#.#...#.#.#.#...#.#...#.#.#.#.#_____",
  24. "____#.###.#####.#####.#.#.###.#.#.#.#.#.#.##______",
  25. "____#.#...#...#...#...#.....#.#.#.#.#.#.#...#_____",
  26. "____#.#.###.#.###.#.#########.#.#.#.#.#.#.#.#_____",
  27. "____#.#...#.#...#.#.....#...#.....#.#.#.#.#.#_____",
  28. "____#.###.###.#.#.#####.###.#######.#.#.###.#_____",
  29. "____#...#.....#.#.....#...#...#...#.#.#.#...#_____",
  30. "____#.#.###.#########.#.#.###.#.#.#.#.#.#.#.#_____",
  31. "____#.#.....#.....#...#.#...#.#.#.#.#.#.#.#.#_____",
  32. "_____####.###.###.#.###.#####.#.###.#.#.#.#.#_____",
  33. "____#...#.#...#.#.#.#...#.....#...#...#.#.#.#_____",
  34. "____#.#.#.#.###.#.#.#.#.#.#######.#####.#.##______",
  35. "____#.#.#.#.#...#...#.#.#...#.........#.#...#_____",
  36. "____#.#.#.#.#.#.###.#.#####.#.#.###.###.###.#_____",
  37. "____#.#.#.#.#.#...#.#.......#.#.#...#...#...#_____",
  38. "____#.#.###.#.###.#.#########.#.#.###.###.#.#_____",
  39. "____#.#...#.#.#...#.......#...#.#...#.....#.#_____",
  40. "____#.###.#.#.###########.#.###.###########.#_____",
  41. "____#.#.....#.........#...#...#.............#_____",
  42. "____#.#########.#####.#.#####.##############______",
  43. "____#.........#.....#.......#.#...#...#.....#_____",
  44. "____#.#######.###############.#.#.#.#.#.###.#_____",
  45. "____#.......#...................#...#...#O..#_____",
  46. "_____#######_###################_###_###_###______",
  47. "__________________________________________________",
  48. "__________________________________________________",
  49. "__________________________________________________",
  50. "__________________________________________________",
  51. "__________________________________________________",
  52. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement