com.webkitchen.brainathlon.gameControl
Class GameController

java.lang.Object
  extended by com.webkitchen.brainathlon.gameControl.GameController

public class GameController
extends java.lang.Object

Controls the game, running each of our 3 courses in succession

See Also:
BandIncreaseCourse, SustainedIncreaseCourse, DualBandRatioCourse

Constructor Summary
GameController(java.util.List<Player> players)
           
 
Method Summary
 void PlayGame()
          Starts the game in motion - each of our 3 courses will be played in succession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameController

public GameController(java.util.List<Player> players)
Method Detail

PlayGame

public void PlayGame()
Starts the game in motion - each of our 3 courses will be played in succession