TheEnginesOfCreation / EntityPlus

EntityPlus is a mod that offers a true single player experience in the Quake III Arena videogame.
34 stars 5 forks source link

Some kind of scoring system #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would be nice if the game tracks (high)scores for each map.

Original issue reported on code.google.com by era...@gmail.com on 1 Jun 2011 at 7:40

GoogleCodeExporter commented 9 years ago
Added functionality to:
- Keep track of a player's score.
- Save a high score.
- Load a high score.
- The high score is displayed in the single player level selection menu.

Original comment by era...@gmail.com on 8 Jun 2011 at 7:38

GoogleCodeExporter commented 9 years ago
Scoring is fully implemented. Scores are calculated on:

- damage dealt
- deaths
- accuracy
- skill level

This is enough for the 0.7 release. Might look into additional features for the 
scoring scheme later.

Original comment by era...@gmail.com on 14 Jun 2011 at 9:54