Classes

developer »

gameProject »

pedestrianController »

playerPlatform »

punishment »

team »

Concepts

Libraries

Objects

projectReview



Instances of this class store various data related to game reviews.

Methods

Variables

CON_QUALITY_CUTOFF (0.4)

anything below is bad and above is average.

AVG_QUALITY_CUTOFF (0.75)

anything below is average and above is good.

AVERAGE_GAME_RATING_CUTOFF (5)

if the rating is >= to this value, it's considered an average game, everything below is bad.

PERFECT_GAME_RATING_CUTOFF (10)

if the rating is equal to this, then the game is perfect.

GOOD_GAME_RATING_CUTOFF (8)

if the rating is >= to this value, it's considered a good game.

ABOVE_AVERAGE_RATING_CUTOFF (7)

if the rating is >= to this value, it's considered above average.

CON_DISPLAY_PRIORITY (75)

in 100, chance to display a con in case both a pro and a con are available.

MAX_REMARKS_TO_SHOW (2)

the maximum amount of remarks to show in a single review.

MAX_DISPLAYED_QUALITY_LEVEL (100)

the maximum quality level we will display. The quality can be above 100% in case the amount of quality points exceeds the required quality point count for a 100% score.