Live data from Hacker News

Show HN: I made a multiplayer browser game

boxfight.xyz

11–17 of 17 posts

Re: Show HN: I made a multiplayer browser game

#14
post #10

What are even the controls... I get moving around, no concept of how to fire, or even the rules.

WASD / Arrow keys to move.

Click to shoot.

You can't move on phone yet (but you can shoot!), I'm not sure how to do the controls there. Maybe a multitouch thing where the first touch makes a joystick appear for movement, and 2nd tap shoots in the tap direction?

Re: Show HN: I made a multiplayer browser game

#17
Thanks for the feedback everyone!

Update: got rid of webassembly (for my usecase it was pure overhead).

Game is now 24KB (down from 170KB)

Will ship new version tomorrow and start fixing all the bugs / complaints.

Netcode needs major overhaul.

Need to move the game logic into server for anti-cheat and for more consistent experience.

(Currently collision is done locally, which coupled with the lag is terrible. (On that note, I need more servers...))

Post reply on HN