Glad you enjoyed it and made it through! All mazes are different every time, I bet you'd get green faster next time. Thanks for playing!
Not this time, I used Claude to save time since I’m a solo dev. It’s effectively just a random walked depth first search over a 3 dimensioned graph.
I know it’s a bit controversial but I do believe AI as a coding tool has its place, and this was a good candidate for it, especially since it’s effectively a reproduction of algorithms I’ve written myself before.
If I were to take this idea any further I would certainly rewrite it myself with a lot more embellishments and refinements.
I don’t like to use AI for stuff I haven’t done before, so I only used it for that and some simple additions on one other script that would have been tedious time consumers otherwise. I’d say 90-95% is all hand written.