mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
752863a0d3
Created GameState Class. Static, contains all info about current state of game: list of players and their respective details (coords etc) also Host info Clients will observe this GameState class Upon pressing host, new GameState is created and new GameConnectionListener created which listens for connections Player class created which will be used to take each connection and store it as a player with other info about them regarding the game in the GameState class tags: #story[1047] #pair[wmu16, zyt10]