Workarounds
- Shray Pungaliya
- Apr 7, 2017
- 1 min read
I am still attempting different workarounds, but haven't succeeded at creating a maze. Because the libraries that I am using are very old, I currently have to download individual versions of each library, and in turn, each library that it depends on. This has been a time-consuming process, but I will be attempting a different solution on Friday and the week we return from Spring Break. I will also be reaching out to the creator of the blog post I am following to see if he can provide me with any guidance. I have attempted to find other tutorials on creating mazes using Haskell, but with Haskell being a relatively new language, I have been unable to find any maze creating tutorial that I can follow given my current skill set in Haskell. By next week, if I do not have a working maze, I plan on changing my approach entirely by making the mazes theoretical, and not focusing on the visual aspect of them until later. If you have any ideas, suggestions, or questions, please let me know in the comments. Thanks!
Comments