From: Erik V. <eri...@hc...> - 2007-08-03 18:39:46
|
> > > This would also allow us to add a property to define the number of > > > minimum and maximum players, and have the Options() > dialog dynamically > > > add or subtract name boxes based on this data. > > > > In that case, the game selection should precede player entry. > > > > > No. Starting a game must not happen in forced steps. This is > simply not > an acceptable approach. I would say that things that are game-dependent can't be displayed before a game is selected... That refers to min/max # of players, game options, and other things that you are talking about. ---- Well, while you are thinking about how the UI should really look like and work, I'll finish the basic version I'm doing now, and then leave it to you. Just a warning that the order in which things are presented to the game engine *is* critical. Erik. |