Skip to content

program for finding good defense bot

Matt Jagos requested to merge mattsBranch into main

Here is how the algorithm works:

  1. Go through every team
  2. Go through every match for that given team
  3. Find all of the opponents the team goes up against
  4. Find how much the opponents are scoring when against that team
  5. Find the average amount of notes the opponent scores
  6. Print out both values
  • After running it, I don't think it worked 💀
  • 5112's opponents scored the same amount of notes when against them as well as not
  • I might not have done it right, idk
Edited by Matt Jagos

Merge request reports