created README.md

This commit is contained in:
2025-04-06 16:32:19 +05:00
parent 34cfebf89c
commit 2c094bab3b
4 changed files with 26 additions and 11 deletions
+16
View File
@@ -0,0 +1,16 @@
# Paradox Save Parser
Yet another save files parser.
## Supported games:
- EU4
## Project structure
- **[ParadoxSaveParser.Lib](./ParadoxSaveParser.Lib)** -
Parser itself
- **[ParadoxSaveParser.Lib.Tests](./ParadoxSaveParser.Lib.Tests)** -
Tests for parser
- **[ParadoxSaveParser.CLI](./ParadoxSaveParser.CLI)** -
Command line tool to parse save files. Can be used in interactive mode.
- **[ParadoxSaveParser.WebAPI](./ParadoxSaveParser.WebAPI)** -
Backend for my save file analytics website (TODO: add repo link).