Hey there! I was wondering if anyone could help me develop a bot for automating playing a instrument minigame. I've recreated the UI they use in-game with the correct measurements and colors shown in the image.
Gameplay Explanation
You can see that there are 5 snares/strings illustrated each occupying its own key/ letter. These letters will move along the strings starting from left and sliding too the right at a linear speed. When the keys pass the green section the key should be pressed depending on the which line/ letter is passing the green section. If you press it too early or too late it will count as a miss, if you click it at the start or end of the green section it will count as a good or great and when you hit the center it will be considered a perfect.
Keys
As mentioned before there are 5 strings
String 1. W key (requires the player too press W and only occupies the first string).
String 2. A key (requires the player too press A and only occupies the second string).
String 3. S key (requires the player too press S and only occupies the third string).
String 4. D key (requires the player too press D and only occupies the fourth string).
String 5. SPACE key (requires the player too press SPACE and only occupies the fifth string).
String 2 + 3 + 4. Mouse1 + Mouse2 buttons (requires the player too press Mouse1 + Mouse2 at the same time and occupies the second, third and fourth string).