v1.1
Added support for new games:
- Donkey Kong 64
- The Legend of Zelda: Majora's Mask
In addition, the code has been rewritten in a way that this program can now support any game that has a spoiler log. All you need to do is write a python class that implements the abstract game.py class. For examples, see the supportedGames folder.
The active game can now be selected via dropdown at the top of the window. When switching games, you will be notified if the currently selected spoiler log is compatible with that game.
If a hint is a duplicate of a hint already in the output file, it will no longer be written to the file.