org.jogre.client
Interface IJogreModel
- All Known Implementing Classes:
- JogreModel
- public interface IJogreModel
Interface containing some constants which are used with the JogreModel.
Currently these include game types.
- Version:
- Alpha 0.1
- Author:
- Bob Marks
GAME_TYPE_TURN_BASED
public static final int GAME_TYPE_TURN_BASED
- Type based game type i.e. each player takes their turn in a game e.g.
board/card games.
GAME_TYPE_REAL_TIME
public static final int GAME_TYPE_REAL_TIME
- Real time game type i.e. everyone is playing at the same time e.g.
arcade style game