Here's a 3D maze that has 4 depths and 4 directions.
It's all done with CE_values so it's pretty fast. The only bug is a slight redraw effect in the middle when you turn from a close wall to an empty corridor, but the only way around this is to have some kind of double buffering (two screens drawing alternatively), but I'm too lazy for that.
Due to the way it's made there's only one type of wall......this means you can get lost very quickly. Plus there's no exit (it's just a demo after all). Walls go from 32x32 pixels up to a massive 384x384 and keep the right scale (and brick seams)
The 2D maze part of the map is really simple to edit and uses 3 elements (wall,space and start).....just don't have two spaces next to each other on a side wall.
I also thought that first, because I also first tried the demo and *then* read Alan's post... No wonder.
Oh
I read the post, tried the level and then I apparently forgot about that...
Well, I hope I'll see more of these 3D mazes
I see that it probably shouldn't be so hard to create random 3D mazes (either RnD Scripter ones or dynamic CE ones), considering the level layout.
Yes, shame there isn't an exit.... Mayby I could have one if it was one direction only , like at the end of a corridor or something.
It originally had dots like pac man, but that meant I couldn't have a proper middle bit (the small walls). A real shame this because you couldn't really get lost...no dots means you've visited there.
Wow!! Looks very Wolfenstein!
Funny you should say that.....I had the Doom guy's hand (pistol) as an overlay, it was a bit slow though.
How does that function???
I've never seen such a level
before!
How does the map (level editor)
develope to a maze when starting
the level? How do the CEs know where
you are? It's impressive.
Splendid work!
I think you'll go a long way in the
history of R'n'D!
It's a bit of a nightmare to explain how it works though.......the element in the 2D maze shoots a fast element the way it's facing, if any 2D walls touch this element (depending how far away it is), it requests a wall to be drawn. The 3D area is made of vertical strips that display blocks of graphics using a ce_number.
And there's a bit more, but I'm not very good at explaining this stuff.
As I noted (by editing with the level-editor )
If you remove one of this blue Boxes of Parents on the
right side of the "3D-screen" parts of the 3D-Picture become
black. It's a complicated work indeed, bravo!
(I think it would have last months when I were
the creator!)
Flummi said 1 minute and 40 seconds on the description on the files archive, that's 100 seconds = probably run out of time, yes... I also discovered that -_-