source: network-game/design/multipleGameDesign.txt@ 3eac3b3

Last change on this file since 3eac3b3 was 3eac3b3, checked in by dportnoy <dmp1488@…>, 11 years ago

Added a folder for design docs

  • Property mode set to 100644
File size: 582 bytes
RevLine 
[3eac3b3]1When a user logs in, he currently automatically joins a game.
2
3Instead, the user should join a games lobby where he sees a chat, a button to create a new game, all created games and how many people have joined each one.
4
5The first step in this process is to create a separate Game class that just holds a list of players and lets them join and quit and slightly modify the gui.
6
7There should be a new LOBBY state the player goes to after logging in, which lets him create a game and view all created games. There should also be a button to let him go to the current "global" game.
Note: See TracBrowser for help on using the repository browser.