Neo-X / DistributedSystems

Distributed Systems Project
GNU General Public License v2.0
1 stars 1 forks source link

Join semantics #11

Closed Neo-X closed 9 years ago

Neo-X commented 9 years ago

Is all of the join semantics implemented? Can nodes join the game? What about leaving the game

Neo-X commented 9 years ago

Done,

There does not need to be a centralized server that clients get there ids from. Each server is initialized with an id. I think this will make debugging easier. Rather than having a random map between agent, client and server ids.