Skip to content

v1.1

Compare
Choose a tag to compare
@Go1den Go1den released this 06 Mar 03:27
· 31 commits to main since this release

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.