opengaming / osgameclones

Open Source Clones of Popular Games
https://osgameclones.com/
Other
1.73k stars 317 forks source link

Multiplayer type #522

Closed nikuda closed 6 years ago

nikuda commented 6 years ago

Proposing a new key called mulitplayer that should hold information about what modes of mulitplayer support a particular game has. i.e. 'split-screen'? It might be too hard to categorise this, but want to see what you guys think.

repo: github.com/some/game
lang: [C, Pythong]
mutliplayer: 
  - mode: split-screen
    players: 4
  - mode: tcp/ip
    players: 12
wonea commented 6 years ago

Yes, I'm up for this.

nikuda commented 6 years ago

How do we want to structure the data schema? What different 'modes' are there?

mode: split-screen | lan | wan
players: number

Any other useful things?

cxong commented 6 years ago

co-op, pvp, hotseat, matchmaking Probably something like "online" instead of "wan"