The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
186 views

PHP Browser Game Private Messages?

First off, I'm asking this question here because gaming and messaging are intimately connected. Why win if you can't gloat? Nevertheless, I won't be offended if this needs to be moved to overflow. ...
1
vote
1answer
586 views

Messaging/Event System in Generic Game Engine? Yay or nay?

Should I develop a basic messaging/event system for a generic game engine or should I leave it up to the individual case-by-case basis of the end-users to create systems specific to the game being ...
7
votes
4answers
797 views

Game Messaging System Design

I'm making a simple game, and have decided to try to implement a messaging system. The system basically looks like this: Entity generates message -> message is posted to global message queue -> ...