Uses of Class
gameLogic.GameState

Uses of GameState in gameLogic
 

Methods in gameLogic with parameters of type GameState
 Direction Brain.getNextMove(Snake yourSnake, GameState gameState)
          Returns which direction this brain wishes its snake to move in.