top | item 22379018

(no title)

kmf84 | 6 years ago

>if you press mouse 2 | It's normal. In the lower left corner of the screen is a More! button If you want to get more points, then click on it. And more zombies will come.

>have short range | the game must be dangerous

>Also, was it intended to run out of ammo after the 5 minutes? | Yes. You can get points only in limit 5 minutes.

>And sometimes the zombies would bug out and go through cars and etc.

I don’t know why this bug appears. This seems to be related to the physics of the body in Phaser 3. Tiles are marked by me as collides, but if there are too many zombies and they begin pushing each other, then this happens.

The explanation may be this. Game with a top view. Sometimes they JUMP up and walking to me.

And thanks for solving CSS problem.

discuss

order

strbean|6 years ago

Adding A* pathing for the zombies would probably solve the "walking through colliders" issue to some extent, and would also add some additional challenge. It is pretty easy right now to just get all the zombies stuck around a corner from you.