Please give a short description about the enhancement.
The game api should provide an intro state which can be used for game creation.
The intro state should provide a background and a customizable, blinking text.
The intro state uses an own intro renderer which should be exchangeable.
What kind of input and output do you expect from the enhancement?
An IntroState Interface should be derived from GameState containing intro state
specific property methods. An IntroStateImpl class implements the interface and
provides the functionality.
The GameFactory interface should provide a factory method for creating an intro
state. The method name is "createIntroState" and the parameters should contain
background, renderer, text, position, nextstate etc. The Factory method should
return a IntroStateImpl instance.
Please provide any additional information below.
Original issue reported on code.google.com by hannes.b...@gmail.com on 27 May 2011 at 3:20
Original issue reported on code.google.com by
hannes.b...@gmail.com
on 27 May 2011 at 3:20