From e597fedc2f04e5582b71d7698bbc23f7b7b7bfcd Mon Sep 17 00:00:00 2001 From: xeals Date: Sun, 26 Mar 2023 20:08:45 +1100 Subject: [PATCH] add future notes --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4b47393..48da51e 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,9 @@ usage: hhirlstats [-h] [-v] [-c] [-Q {gametime,moves,nicknames,playtime,usage}] Recommended to cache replays (`-c`) to save issuing requests to Showdown on every query. Run the program once with all your replays (or once for each replay), then start querying. + +## Future work + +- include timestamps in logs to correlate KOs with the mon that KOed +- calculate gametime based on active turns rather than moves used + - also solves the issue where paralyzed/confused turns are not counted