Package com.webkitchen.brainathlon.gameControl

Contains classes that handle game control and course logic

See:
          Description

Class Summary
AbstractBandCourse Contains the generic logic for courses that encourage activity in one frequency band
AbstractCourse Contains the generic logic for all Brainathlon courses
BandIncreaseConfiguration Contains the configuration for the BandIncreaseCourse as specified in the XML configuration file
BandIncreaseCourse Mini-game that encourages brainwave activity in a specific frequency band, as specified in our BandIncreaseConfiguration.xml file.
DualBandRatioConfiguration Contains the configuration for the DualBandRatioCourse as specified in the XML configuration file
DualBandRatioCourse Mini-game that encourages brainwave activity in a specific ratio between two frequency bands, as specified in our DualBandRatioConfiguration.xml file.
GameController Controls the game, running each of our 3 courses in succession
SimpleDisplayCourse Simply displays brainwave activity in the four standard frequency bands of Beta, Alpha, Theta and Delta
SustainedIncreaseConfiguration Contains the configuration for the SustainedIncreaseCourse as specified in the XML configuration file
SustainedIncreaseCourse Mini-game that encourages sustained brainwave activity in a specific frequency band, as specified in our SustainedIncreaseConfiguration.xml file.
 

Package com.webkitchen.brainathlon.gameControl Description

Contains classes that handle game control and course logic