cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
867 stars 115 forks source link

Improved network multiplayer #384

Open cxong opened 8 years ago

cxong commented 8 years ago

To improve the network multiplayer experience, especially under medium-high latency:

And other polishing tasks

Note: this is a continuation of #36

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

erlend-sh commented 2 weeks ago

(been a while! 👋 )

I suggest having a look at Iroh for p2p multiplayer. We had great success with it in Fish Folk: https://github.com/fishfolk/jumpy/pull/996

We can sidebar the rest of it to group chat for now.