{"id":59,"date":"2008-01-31T00:23:30","date_gmt":"2008-01-30T13:23:30","guid":{"rendered":"http:\/\/www.vectorstorm.org\/2008\/01\/31\/reflections-on-munchers-labyrinth\/"},"modified":"2008-01-31T10:21:27","modified_gmt":"2008-01-30T23:21:27","slug":"reflections-on-munchers-labyrinth","status":"publish","type":"post","link":"https:\/\/www.vectorstorm.com.au\/2008\/01\/31\/reflections-on-munchers-labyrinth\/","title":{"rendered":"Reflections on Muncher’s Labyrinth"},"content":{"rendered":"

So I’m generally pleased with how Muncher’s Labyrinth turned out, especially bearing in mind how little time I had to put it together.<\/p>\n

Since the original release on Sunday night, I’ve made a few more minor modifications.Most notably, there have been a few crash fixes, and in 1.0.3 I improved the Meat AI so that they behave a little more sensibly when there is more Meat than Shinies in the maze. (You can grab the 1.0.3 build over on the Muncher’s Labyrinth “Get Games” link in the sidebar)<\/p>\n

But most of my time since Sunday has been going into trying to come up with a reliable and useful build system under Windows. As it turns out, making a build using Visual Studio Express gets me into the whole dynamic runtime “DLL Hell”problem, where many people don’t have the required versions of the redistributable runtime dlls already installed, and I can’t simply include the dlls in the application folder due to Microsoft’s SxS runtime system. And I’d really rather avoid having to learn how to put together an installer.<\/p>\n

I have a MinGW build of Muncher’s being tested right now, and if that works, then I’ll probably move to that, since it relies on a runtime dll that’s been shipped with Windows since 95, so that’s probably a lot more safe to assume will be present. (But honestly, I still far prefer the Visual Studio IDE)<\/p>\n

I expect that I’ll return to Muncher’s again sometime in the future. I have a bunch of ideas for improvements to it, which will be fun to try out when I’m not under a big deadline. Most notably:<\/p>\n