Closed JohnathonNow closed 4 years ago
Basically just take the various scoring elements, call into other people's code that give you how many points a team should score in a given match / how much defense they should play, and compute a final match score.
https://github.com/JohnathonNow/FRC2607_DiscordBot/blob/c80d1bbb3650ae807881d6b04a225876818f64cb/handlers/FRC/MatchPredictor.java#L17
I'll claim this one
public int getGoals(int team) and have it just return a random number for now.
public int getGoals(int team)
Resolved in #17
Basically just take the various scoring elements, call into other people's code that give you how many points a team should score in a given match / how much defense they should play, and compute a final match score.