HintMachine / hintMachine

HintMachine is a program giving hints for your Archipelago games.
MIT License
9 stars 11 forks source link

Add a generic SNES connector #60

Closed Dinopony closed 8 months ago

Dinopony commented 8 months ago

Implement a generic connector for Bizhawk when playing SNES games.

Following the GBA connector implementation could be a good starting point.

Having an hybrid connector using the SNI implementation in Silvris' PR could be an option

Silvris commented 8 months ago

The SNI implementation is effectively a generic SNES connector, aside from needing players to connect their emulator to SNI (simple as dragging and dropping, and could even be further automated within HintMachine via subprocesses). With AP likely moving to bundling SNI with every install, I feel like that might just be the better approach.

Dinopony commented 8 months ago

Done in c7b849b