JDGHOST:
One of the BIGGEST glaring issues is the friends list ...Why oh Why can't a player just be shown in RED when their already in a game? Instead of always being GREEN what is the issue??? SMH
I can't understand this either. I'm not a programmer, but I'm sure an IF statement or SWITCH would be an easy piece of code to add.
status
IF
status.notonline = transparent
else if
status.online = green
else if
status.playing = red
Even if there is an issue where they can't see this easily, there are other options that would be better than always green.
status.player.selected.join.game = red
status.player.selected.create.game = red
status.player.selected.coin.game = red
status.player.forfeit.exit.closed.end = green
I'm sure there is more to it... No reason to keep it from us.