Idea for JDSE where an invisible grid tracks your movements. It will be A LOT of coding, but will be totally worth it for accurate tracking :D BASICALLY When movement is detected in a square, 1 is added to a variable. If this variable is close enough to the coach's score (which works the same way), they score a perfect! It seems complicated, but the actual code explains it better than I do ¯\_(ツ)_/¯ You can determine the amount of points one earns per perfect (APPROXIMATELY) using this equation: Points per Perfect ≈ 13333 ÷ (N + 5 × G) N = Number regular of moves in a song 5 x G = 5 x number of gold moves (because one gold move is worth 5 perfects) Since the number is usually a decimal it is rounded to the nearest whole number (number with no decimal points). I used ChatGPT for help with the equation. :P