Ask HN: Gamedev, RPG Maker and A Maze Generation Problem I have two questions for you guys here at Hacker News, I hope you guys don't mind :) (this is a x/post on r/gamedev) First, what are your opinions on using RPG Maker (which ever version; I'm using MV via Steam) as a game engine? I have to admit, at first it felt like a toy- not an IDE at all. I'm using it because real life is getting in the way right now, and I wanted to start developing this game idea I had using the easiest method available to me. I'm also using Visual Studio Code alongside it, since the event system wasn't quite good enough so I'm injecting Javascript into it via the plugin system- if I'm not mistaken, the last version of RPG Maker can also do this but using Ruby. Second, I'm having a bit of trouble finding a Maze Generation Algorithm, since most of sites I come across is talking about walls, doors and rooms. Unfortunately, I only have Rooms with Exits (doors?), and I can't choose where to put "walls". Here's the limitations that I'm working with:
I hope you guys can help me, or even just point me in the right direction. Sorry if it's not clear, english is not my first language. Comments and suggestions are welcome, thanks in advance :) |