From ec41c718b17a417fe04b61abee288f481466c127 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Wed, 30 Jul 2025 13:18:57 +0200 Subject: [PATCH] add README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4523e0f --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# EDPlayerJournal + +EDPlayerJournal is a C# library for parsing and working with the +Elite: Dangerous player journal. The journal consists of a series of text +files containing a JSON object per line (JSONL) that gets continuously +updated by the engine as the player plays the game. + +## BGS Engine + +The project also contains the BGS engine, which tallies BGS activities from +the journal. It is the heart of the EDBGS app, which creates BGS reports +that show a players daily BGS activity in the game. \ No newline at end of file