Game Development Reference
In-Depth Information
Handling a game message queue
It is possible to relay most game-related information to the player using a console.
However, it's a very basic form of communication. Modern players often expect more
graphical ways of receiving information. In this recipe, we'll explore one way of doing this
using Nifty. We'll create a dynamic message queue with messages moving in from the right
of the screen and fading out once clicked.
It actually doesn't require that many lines of code.
Search WWH ::




Custom Search