frankobjank / natac

Free & open source networked game implemented in Python, inspired by Klaus Teuber's Settlers of Catan for MacOS and Linux.
1 stars 0 forks source link

Server Sending Modes to All Clients #7

Closed frankobjank closed 3 months ago

frankobjank commented 3 months ago

The server should not share as much with every client as it currently does. Sharing every mode change to the non-current player gives away information that would not be available to a player in a real game. Should only share modes that are public to non-current players.

Public modes: trade (once a trade offer is submitted) discard

The rest of the modes should not be shared with everyone.

frankobjank commented 3 months ago

6 is related to this