triceo / drooms

Drools-based competition in a Snake-like game
3 stars 3 forks source link

Game progress log in GUI #7

Open psiroky opened 11 years ago

psiroky commented 11 years ago

Would it be useful to add the game progress text log into Swing application?

Log would show events as they happen in each turn, e.g. PlayerMoved, PlayerCrashed, CollectibleAdded and so on.

For example: Turn 1 started. <player-name> moved to <node> <player-name> crashed into wall/other worm at <node> New strawberry (collectible) appeared at <node>

triceo commented 11 years ago

I think it would.