Last change
on this file since b92e6a7 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
|
Line | |
---|
1 | When a user logs in, he currently automatically joins a game.
|
---|
2 |
|
---|
3 | Instead, 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 |
|
---|
5 | The 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 |
|
---|
7 | There 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.