timflutre / PlantBreedGame

A serious game to teach plant selective breeding.
https://sourcesup.renater.fr/plantbreedgame/
GNU Affero General Public License v3.0
8 stars 2 forks source link

Score calculation #30

Closed juliendiot42 closed 8 months ago

juliendiot42 commented 8 months ago

This MR add a new feature that calculate the scores of each players after the evaluation.

This is interesting for players as it return "the winner" of the game session with an easy and deterministic way.

It looks like that:

image

There are several calculation methods available:

Also the scores can be calculated "per submitted individual" (the winner is the player that provided the best overall individual) or averaged across all the submitted individuals for each players.

Finally the "control" are always present among the players.

timflutre commented 8 months ago

Looks nice, congrats!