Show HN: Airmash – Multiplayer Missile Warfare HTML5 Game
51–60 of 316 posts
Re: Show HN: Airmash – Multiplayer Missile Warfare HTML5 Game
#52Re: Show HN: Airmash – Multiplayer Missile Warfare HTML5 Game
#53Re: Show HN: Airmash – Multiplayer Missile Warfare HTML5 Game
#54Re: Show HN: Airmash – Multiplayer Missile Warfare HTML5 Game
#55Re: Show HN: Airmash – Multiplayer Missile Warfare HTML5 Game
#56Earlier quoted context omitted.
Interesting. Could you talk more about this?
Will do when this is over. Right now I'm trying to prevent servers from melting. HN traffic...
I tried to create a game similar to this (I spent 6 months on it). Very basic Geometry. Circles. I got the concept working well locally, but I ran into problems on how to deal with the networking. I got things running in Node with SocketIO and so on but there could be 400 players, each made of upto 8 moving pieces, and each can fire several times a second.
I spent a lot of time on a book, "Real time collision detection" and generally I have fond memories of the whole project and trying different partition and slicing up space.
However, how to package and deal with this snapshot of world "over the network" or for example "how to smooth any lag relative to the client"... this middle region was largely undocumented or ill accessible to me.
I will look forward to when/if you write any thoughts.
Re: Show HN: Airmash – Multiplayer Missile Warfare HTML5 Game
#57Great fun though!
Re: Show HN: Airmash – Multiplayer Missile Warfare HTML5 Game
#58I opened this game in an incognito tab. And started dev tools. The entire game is only 2.8 MB. It loads fast. Such graphics, much small. A lesson for modern web developers about website obesity and performance.