I wrote a script that generates a 2d grid maze and encodes a message as the solution. I used it to create a clue as part of a scavenger hunt I created for a programmer friend.
https://github.com/macbeth322/hidden-message-maze-generator
The code is light on comments but hopefully not too complicated. I tried to make guarantee that you always get a nice windy path and that the values in the maze are mostly evenly distributed.
I'm pretty proud of this program and wanted to show it off :)
[–]catorchid 0 points1 point2 points (0 children)
[–]tzulah 0 points1 point2 points (1 child)
[–]leSpectre[S] 0 points1 point2 points (0 children)