ACWraith wrote: > I've been reviewing Gemble according to BYOND Strategy's feature checklist. Most of the game is great, but there is one issue:"In games with multiple players, make the messages of your players easy to distinguish from the messages of the game." A larger distinction in the output control's CSS is a viable alternative. It would probably be the quickest solution. > > However, if you were to replace Gemble's info control with a grid, then you could also eliminate the need for many of the game messages. In addition to the players and total scores, one column could be used to display the score of the last move, the current turn taker could be displayed by highlighting the row through CSS (or using a separate column as a marker), and the join messages could be removed in favor of a larger player/spectator CSS distinction.
I actually merged the chat and log into one output in the last update. I agree that just a label or grid or something like it would work better than displaying messages, though.
Not many people play the game, so the project isn't on the top of the todo list, but I'll keep your suggestions in mind for the next update. :) |
|