Interface | Description |
---|---|
BasicEvent |
A BasicEvent is a type of Event that can be involved by BasicStates.
|
Class | Description |
---|---|
BasicEventGroup |
A BasicEventGroup is a type of EventGroup that can contain BasicEvents.
|
BasicState |
A BasicState is a type of GameState that uses BasicThinkers, which have no
special capabilities, and treats its CellGame as a basic CellGame.
|
BasicThinker |
A BasicThinker is a type of SubThinker that is used by BasicStates, which
have no special capabilities, and treats their CellGames as basic CellGames.
|