New and improved maze generator algorithm. I always thought my last maze was overly complicated. Now it's a whole lot simpler and it fits in one screen!
What line number? It's a screen cap, so I don't think the error would be on my end.
I need to keep working on this to make Rogue-like game. I'll post the code when that's done.
Syntax errors are easy, aren't they? Semantic errors, OTOH, is hard. I'll look at it later. Thanks for posting the source code in easily readable colors!
Which version are you using? Anyway, look at line 18 and 19. You're using DX$ twice. It should be DX$ and DY$. That's why you're getting diagonal. You're not using DY$!