for (iLevel = 1; iLevel iMaxLevelAllowed; iLevel++)
{
currentMonsters.hitPoints = X * iLevel;
currentMonsters.attackStrength = Y * iLevel;
currentMonsters.graphics = GetMonsterGraphics(iLevel);currentTreasures.value = Z * iLevel;
}
The above came from a Slashdot thread about LOTRO, and was pointed out to me by John Szeder, who followed up with the question, “Why haven’t more people looked at making games without treadmills?”