ihhub / fheroes2

fheroes2 is a recreation of Heroes of Might and Magic II game engine.
https://ihhub.github.io/fheroes2/
GNU General Public License v2.0
2.68k stars 373 forks source link

Lobby System for Multiplayer #4856

Open m1cl opened 2 years ago

m1cl commented 2 years ago

Preliminary checks

Describe the problem requiring a solution

Would be great to have a lobby system for multiplayer.

Describe the possible solution

Maybe importing the lobby system of OpenRA into fheroe2 (c# code)

Additional info

No response

oleg-derevenetz commented 2 years ago

Before messing with a lobby system, we should think through and implement the networking support in the game engine itself :) Now we only have the hotseat mode and no networking at all.

ihhub commented 1 year ago

Relates to #1030 .