yhhik / java-fighting-game-engine

Automatically exported from code.google.com/p/java-fighting-game-engine
0 stars 0 forks source link

Provide intro game state #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by hannes.b...@gmail.com on 27 May 2011 at 3:42

GoogleCodeExporter commented 8 years ago

Original comment by hannes.b...@gmail.com on 2 Jun 2011 at 5:27