Class GameRules
- java.lang.Object
-
- com.iwolverton.smartbeetle.internal.GameRules
-
public class GameRules extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GameStateapplyAction(GameState state, Action action)GameStateapplyRules(GameState state)StringdetermineCauseOfDeath(GameState state)GameStatedoTurn(GameState state, Action action)booleanisGameOver(GameState state)static GameRuleswithDefaultSettings()
-