Advertisement
Guest User

Untitled

a guest
Mar 19th, 2023
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Solve this ASCII-art maze by putting a sequence of `@`s from start to finish:
  2.  
  3. ```
  4. ___________________________________
  5. | _____ | | ___ | ___ ___ | | | |
  6. | | | |_| |__ | |_| __|____ | | | |
  7. | | | |_________|__ |______ |___|_| |
  8. | |_| | _______ |______ | | ____|
  9. | ___ | |____ | |______ | |_| |____ |
  10. |___|_|____ | | ___ | |________ | |
  11. | ________| | |__ | |______ | | | |
  12. | | | ________| | __|____ | | | __| |
  13. |_| |__ | | __|__ | ____| | |_| __|
  14. | ____| | |____ | |__ | |__ |__ |
  15. | |_______|_______|___|___|___|_____|
  16. ```
  17.  
  18.  
  19. Here is the solution to the ASCII-art maze with a sequence of @s from start to finish:
  20.  
  21. ___________________________________
  22. | @@@@@ | | ___ | ___ ___ | | | |
  23. | | | @|@ |__ | |_| __|____ | | | |
  24. | | | @|@@@@@@@@@ |______ |___|_| | |
  25. | |_| @ | _______ |______ | | ____|
  26. | ___ | @|____ | |______ | |_| |____ |
  27. |___|_|@@@ | | ___ | |________ | |
  28. | @@@@@@@| | |__ | |______ | | | | |
  29. | | | @@@@@@@| | __|____ | | | __| | |
  30. |_| |__ | @|@|__ | ____| | |_| __| |
  31. | ____| | @@@@|__ | |__ |__ | |
  32. | |_______|_______|___|___|___|_____|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement