JohnathonNow / FRC2607_DiscordBot

A discord bot for educational purposes.
0 stars 5 forks source link

FRC Predictor Back-End: Single match simulation #4

Closed JohnathonNow closed 4 years ago

JohnathonNow commented 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.

JohnathonNow commented 4 years ago

https://github.com/JohnathonNow/FRC2607_DiscordBot/blob/c80d1bbb3650ae807881d6b04a225876818f64cb/handlers/FRC/MatchPredictor.java#L17

CrunchyCuber commented 4 years ago

I'll claim this one

JohnathonNow commented 4 years ago

public int getGoals(int team) and have it just return a random number for now.

JohnathonNow commented 4 years ago

Resolved in #17