Advertisement
Guest User

Untitled

a guest
Mar 21st, 2017
542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tweakflow interactive shell    \? for help, \q to quit
  2. test.tf> maze.str(maze.gen(10,10, seed: "Andre"))
  3. "
  4. +---+---+---+---+---+---+---+---+---+---+
  5. |   |                       |           |
  6. +   +---+---+---+---+   +   +---+   +   +
  7. |   |           |       |       |   |   |
  8. +   +   +---+   +   +---+---+   +   +   +
  9. |   |   |           |       |   |   |   |
  10. +   +   +---+---+---+   +   +   +   +   +
  11. |   |   |           |   |       |   |   |
  12. +   +   +   +---+   +---+---+   +   +   +
  13. |   |           |           |       |   |
  14. +   +---+---+---+   +---+   +---+---+   +
  15. |               |   |       |           |
  16. +---+---+---+   +---+   +---+   +---+---+
  17. |           |           |   |           |
  18. +   +   +---+---+---+---+   +---+---+   +
  19. |   |           |               |       |
  20. +   +---+   +---+   +   +---+---+   +---+
  21. |   |   |   |       |               |   |
  22. +   +   +   +   +---+---+---+---+---+   +
  23. |       |                               |
  24. +---+---+---+---+---+---+---+---+---+---+"
  25. test.tf> maze.str(maze.gen(10,10, seed: "Slawo"))
  26. "
  27. +---+---+---+---+---+---+---+---+---+---+
  28. |       |       |           |           |
  29. +---+   +   +   +   +   +---+   +---+   +
  30. |   |   |   |       |           |       |
  31. +   +   +   +---+---+---+---+---+   +   +
  32. |       |   |                   |   |   |
  33. +   +---+---+   +---+---+---+   +   +   +
  34. |       |       |           |   |   |   |
  35. +---+   +   +---+---+---+   +   +   +   +
  36. |   |       |               |   |   |   |
  37. +   +---+---+   +---+---+   +   +   +---+
  38. |       |       |           |   |       |
  39. +---+   +   +   +---+   +---+   +   +   +
  40. |       |   |       |       |   |   |   |
  41. +   +---+   +---+   +   +---+   +   +   +
  42. |           |       |   |       |   |   |
  43. +   +---+---+   +---+   +   +---+---+   +
  44. |       |   |   |       |   |           |
  45. +---+   +   +   +---+---+   +---+   +   +
  46. |           |                       |   |
  47. +---+---+---+---+---+---+---+---+---+---+"
  48. test.tf>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement