123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|461|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Off Topic -> Spinal's Maze Generator

Thu, 24 Jan 2013, 09:32
spinal
Can anyone help with my maze generator? -- Linkage -- Not sure why, but it isn’t (or doesn’t seem to be) backtracking when it hits a dead end

-=-=-
Check out my excellent homepage!
Thu, 24 Jan 2013, 09:32
Jayenkai
"Collection is null when getting a value"
^ Error message upon "Run"..

I don't know what that means!!

That's as far as I can get!

-=-=-
''Load, Next List!''
Thu, 24 Jan 2013, 09:39
rockford
Same here.
Thu, 24 Jan 2013, 11:03
spinal
been messing with it... you may try again, pressing space will step through the process.

seems to be an issue with grabbing my x,y back from x+$width*y

number = $theStack[$stackNum]
$x = (number / $width).floor()
$y = number - ($x*$width) * $width

does PMC have mod() or % ?

-=-=-
Check out my excellent homepage!
Thu, 24 Jan 2013, 12:34
Jayenkai
Yeah, it's % in PMC. ... I think!! Fuck, I hate jumping between languages!

-=-=-
''Load, Next List!''
Thu, 24 Jan 2013, 13:30
spinal
Fixed! Partly the %, partly I had the x,y reversed

-=-=-
Check out my excellent homepage!
Thu, 24 Jan 2013, 15:56
dna
I tried that game and it did not work.


Sun, 26 Jan 2020, 13:00
spinal
Is there any backups of PMC anywhere?
Sun, 26 Jan 2020, 13:10
Jayenkai
Archive.org has some, but not all. Hard to track down specific things.

-=-=-
''Load, Next List!''