Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

10 years ago by cauffe

Hi all,

I'm wanting to make a Ager.io like browser based game. Is ImpactJs the right engine for something like that?

Have there been any recent advancements in ImpactJs's multiplayer capabilities?

10 years ago by Joncom

Is ImpactJs the right engine for something like that?
Impact is capable of something like that. Using Box2D for the physics would probably be a good idea since you would need to support circular shaped entities.

Have there been any recent advancements in ImpactJs's multiplayer capabilities?
Not really. Multiplayer is a tricky thing. There is no one best way to network a game because different types of games call for different networking techniques.

Should be doable though...

Here's an tech demo example of a multiplayer game made with Impact:
http://commins.ca/gib/

And the source code for it:
https://github.com/Joncom/gib
Page 1 of 1
« first « previous next › last »