Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualturch

Posted 14 May 2012 - 07:08 AM

You can use some form of message passing or observers.

We use messages; a class can register to listen for specific messages from a specific game object, or for a specific message at the global level. We implemented this for core game logic, but it works equally well for UI or any kind of plugin that can act on or modify game state.

#2turch

Posted 14 May 2012 - 07:08 AM

You can use some form of message passing or observers.

We use messages; a class can register to listen for specific messages from a specific game object, or for a specific message at the global level. We implemented this for core game logic, but it works equally as well for UI or any kind of plugin that can act on or modify game state.

#1turch

Posted 14 May 2012 - 07:07 AM

You can use some form of message passing or observers.

We use messages; a class can register to listen for specific messages from a specific game object, or for a specific message at the global leve. We implemented this for core game logic, but it works equally as well for UI or any kind of plugin that can act on or modify game state.

PARTNERS