VedalAI / neuro-amongus

Among Us Plugin for Neuro-sama
GNU General Public License v3.0
540 stars 49 forks source link

Minigame solving #25

Closed Alexejhero closed 1 year ago

Alexejhero commented 1 year ago

https://user-images.githubusercontent.com/32238504/228950515-55eb68b9-34d3-4b5c-a141-7734451b32b3.mp4

ScrubN commented 1 year ago

I know a handful tasks that I can help write solvers for. Would you like me to help?

Alexejhero commented 1 year ago

Not yet, there are more changes needed to be made to the architecture of this system to allow for solving MultistageMinigames, AutoMultistageMinigames and IDoorMinigames, as well as set-and-forget tasks (Inspect Sample)

EBro912 commented 1 year ago

I'd also be willing to take a crack at a few tasks to help lighten the load once it's ready. Excited to see the results of this new system.

Alexejhero commented 1 year ago

https://user-images.githubusercontent.com/32238504/229256562-8b82636c-4d6f-4ae5-b539-9578ce79fc60.mp4

https://user-images.githubusercontent.com/32238504/229256566-5c049a43-a67d-43ee-938b-25818e37077b.mp4

https://user-images.githubusercontent.com/32238504/229256571-64d9bb15-6e93-4a9b-b79f-e9f1b7fe7b51.mp4

https://user-images.githubusercontent.com/32238504/229256568-1c879761-0576-4fb9-9426-8a80230fbff4.mp4

https://user-images.githubusercontent.com/32238504/229256570-29a6d21d-e89c-4fda-b8f8-f30f6691f90c.mp4

Alexejhero commented 1 year ago

@ScrubN @EBro912 The system is now partially complete, you should be good to go to create more minigame solvers.

There still needs to be some additional logic added for timer tasks like inspect sample or pickup tasks like put away pistols, but these changes are more for TaskHandler than MinigameHandler.

Feel free to PR into https://github.com/AlexejheroYTB/neuro-amongus/tree/minigame-completion with your changes

EBro912 commented 1 year ago

The system is now partially complete, you should be good to go to create more minigame solvers.

Awesome, thanks for your work. I'll pick a few to get done, especially once #20 gets merged and I have nothing else to work on.