VISAB-ORG / VISAB

VISAB is a standalone utility to visualize artificial intelligence agent behavior in games.
1 stars 0 forks source link

F shooter statistics #72

Closed TimKuno closed 3 years ago

TimKuno commented 3 years ago

new:

I have only implemented the shotsPerRound yet since the other Parameters would work similiar and are no effort to add. I will add them when we say the shotsPerRound work right. Besides that i think there could be a logic error in my calculation for shotsPerRound and it would be really helpfull if you can tell me your opinion about that. (If there is an logic error or not)

mfroeh commented 3 years ago

Added RoundResults as a simple Helper class for returning round specific values. Usage:

public static void Map<String, RoundResults> getRoundResults(CBRShooterFile file) {
    ...
}

See RoundResults.java