Hacker News new | ask | show | jobs
by insaneoxt 2308 days ago
Apart from the resolution problem (Wasn't working until I zoomed in as was already mentioned), the game gets quite repetitive fast. Also, I've discovered a bug where if you press mouse 2 you can just stop running which makes the game a lot easier since you don't run towards the enemies.

Also, was it intended to run out of ammo after the 5 minutes?

And sometimes the zombies would bug out and go through cars and etc., weapons have short range so the player can see when they disappear in mid-air (maybe that was intended) and sometimes zombies stop coming after you unless you go in their direction.

Aside from that, the game was fun to play for the 5 minutes, to kill some boredom.

Screen Resolution: 1920x1080

Browser: Firefox 73.0.1

Linux Distribution: Arch Linux

1 comments

>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.

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.