Hi all!
I've been working on this for a little while, and I want to get some feedback. It's a program that generates mazes and saves them as Portal 2 puzzle files. It does this in the background while you're playing, so you can exit the editor and reopen the maze and it'll be a new one.
There's a couple small bugs (sometimes the puzzle editor doesn't create the autosave file upon opening the map, so I don't know when to generate a new map), but it works pretty well.
Also, since I released this, I've been working on completing the code library I built to load, edit and save Portal 2 puzzle files. It'll make it easy to build your own programs to modify puzzles, since all the work of i/o and figuring out what values to set where have been figured out already (and I'll tell you, some of them aren't intuitive, especially some of the rotation/offset stuff)!
Check it out and let me know what you think! And if you're interested in the code library get ahold of me - I'd like to have a small group test it before I set it up on a source sharing site.
