Monday, August 22, 2005
Classes
The following is a preliminary / potential list of Object Classes and descriptions that can be used for the game. These can be in programmed PHP / Flash or both. Feel free add to this list after you are part of the programming team, anyone of course is free to comment.
GAME: Instance of game. Instantiated when a new game is created by a player.
- timestamp (created)
- timestamp (modified)
- players
- host player (one who instantiated the game / controls game settings)
- settings
- status
PLAYER: Contains player information.
- Name
- E-mail
- Username / Nickname
- Password (md5?)
- Preferences
GAME: Instance of game. Instantiated when a new game is created by a player.
- timestamp (created)
- timestamp (modified)
- players
- host player (one who instantiated the game / controls game settings)
- settings
- status
PLAYER: Contains player information.
- Name
- Username / Nickname
- Password (md5?)
- Preferences