Mazes - Generator - PushBall

I made new generated mazes for ball to push in those mazes.

You can look at here. You can try play it.
https://ajna4taiga.tk/PushBall/index.html
From Level [20 to 25].

Greetings
Ian

6 Likes

2 Likes

i fell off and it broke

1 Like

1 Like

Level 23

2 Likes

Leve 26

l

2 Likes

How can I get better FPS. As I take a look, only physic if I disable in debugger increase FPS. There are if I have 2000 tiles then I have 4*2000 colliders. How could I optimize physic havok so I enable only colliders around player. Or are there any another approach ?

1 Like

If physics tile geometry is not very complex, I’d try to merge them all into a static trimesh.

1 Like

I would try Cedric’s way first because that would be easier. If that did not help enough:

These levels look huge. But you probably only need to check collisions where the ball is.

If the colliders are just simple boxes, you might get away with de/spawning them dynamically.

1 Like
6 Likes

massive!

2 Likes

It works only - if you have WebXR plugin for Chrome/Firefox …

1 Like

Some new levels from 20-40 - Fixed generator.

new virtual joystick - and - generator in run time to enter seed and depth.

Now you can generate any maze under Button “Generate”
You Enter first “seed” which is number for random generator.
And recusion “depth”.
Than you can play unique random generated maze.

Still some bugs and not implemented features.

New Video - What is New.

1 Like