The Stroop Test Game
Game Physics with a 2D Physics Engine
Loading...
Searching...
No Matches
Game.cpp File Reference

Code for the game class CGame.

#include "SageComponentIncludes.h"
#include "SageSound.h"
#include "SageMediaDesc.h"
#include "SageHelpers.h"
#include "Game.h"
#include "GameDefines.h"
#include "Box2DRenderer.h"
#include "shellapi.h"
Include dependency graph for Game.cpp:

Variables

const int EXCELLENT_SCORE = 3
 Points for destroying word in the upper zone.
 
const int GOOD_SCORE = 2
 Points for destroying word in the middle zone.
 
const int FAIR_SCORE = 1
 Points for destroying word in the lower zone.
 
const int MISSED_SCORE = -1
 Points for missing a word entirely.
 
const int FAILED_SCORE = -3
 Points for getting it wrong.