Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolatevanille authored Feb 10, 2023
1 parent cc91fff commit 929b689
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
# PantheonofHallownestTracker
# GodmasterHelper

Author: Noëlle Barron
Github: https://github.com/chocolatevanille/PantheonofHallownestTracker
For help or bug reports, contact william.c.b.19@gmail.com. Willing to add features on request.

This tool will allow you to keep track of the number of attempts and successes against each god when attempting
the Pantheon of Hallownest. Each time you die, select the god who ended your run. The code will update the
rest of the data.
This tool will allow you to keep track of your progress through the various pantheons in Hollow Knight's Godmaster
DLC. For pantheons, first select the pantheon that you are attempting. Each time you die, select the god who ended
your run. The code will update the rest of the data. Clicking on Display Stats will show your attempts, successes,
and success rate for each boss in the pantheon.

You can load and save your data as .txt files. They are in a human readable format on purpose, but please do not
edit them. Changing the data may result in problems importing it back into the program.
The program now also supports the Hall of Gods. Clicking on Hall of Gods will open a new window from which you can
view and update your completion for each boss.

Future goals: Extend to all pantheons and then Hall of Gods.
You can load and save your data as .txt files. They are in a human readable format so you can view them outside
of running the program, but please do not edit them. Changing the data may result in problems importing it back
into the program. Upon loading data, you will be asked whether you would like to overwrite or keep the data stored
in the program. Keeping the data will add your recorded attempts to the data that you're importing whereas overwriting
the data will toss any data currently stored in the program. Importantly, Hall of Gods does not support adding data
on top of itself, so choosing to integrate data will simply ignore the Hall of Gods data that is stored in the imported
text file.

Made with PySimpleGUI.
I hope you have fun with Hollow Knight.

Made with PySimpleGUI.

0 comments on commit 929b689

Please sign in to comment.