The Stroop Test Game
Ian Parberry's "Introduction to Game Physics"
Variables
Game.cpp File Reference

Code for the game class CGame. More...

#include "Game.h"
#include "GameDefines.h"
#include "Renderer.h"
#include "ComponentIncludes.h"
#include "shellapi.h"

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.
 

Detailed Description

Code for the game class CGame.