Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BigPeet authored May 12, 2021
1 parent 0ab75a0 commit f925d5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ On Linux the installation directory can be added to the LD\_LIBRARY\_PATH.
* [x] Provide an API parsing a file (path, ifstream, raw text) and returning the parsed lines.
* [x] Provide an (CLI) executable which takes an input file, parses it and writes the output either to stdout or into a provided output file.
* [x] Provide documentation on how to install/use.
* Finding and scanning game folder to easily browse log files and detect new ones.
* [x] Provide an API to find the MTGO installation folder.
* [ ] Provide an API to find and filter (time stamp, location) game logs inside an installation folder.
* (Future) Live parsing of game log files.
* (Future) Extract actual match data from the parsed game logs.
* who won/lost (or is it still running => if yes what game of the match)
* which cards were played
* Game ID, Player Names
* ...
* Store this data somehow
* (Future) Finding and scanning game folder to easily browse log files and detect new ones.
* (Future) Live parsing of game log files.

0 comments on commit f925d5e

Please sign in to comment.