Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
To modify the UpdateGame method, we will follow the ensuing steps:
UpdateGame method in the mainClass.monkey file.Method UpdateGame:Int()
100 and the current active bombs are not more than the level number.If Rnd(0,100) > 99 And (GetBombsCount() < levelNumber) Then
CreateBomb() Endif UpdateLaunchers() UpdateBombs() UpdateRockets() UpdateExplosions()
gmGameOver.If GetCityCount() = 0 Then RemoveRockets() RemoveBombs() RemoveExplosions() gameMode = gmGameOver Endif
levelNumber times 10 with the total number of destroyed bombs.If totalBombsDestroyed >= (levelNumber * 10) Then