This project analyzes Counter-Strike 2 demo files to extract game data and calculate metrics.
This project uses Poetry for dependency management.
-
Install Poetry:
Follow the instructions on the official Poetry website to install it on your system.
-
Install Dependencies:
Navigate to the project's root directory and run the following command to install the required dependencies:
poetry install
To analyze a demo file, run the main.py script from within the poetry environment, providing the path to your demo file as an argument.
poetry run python -m src.cs2_analyzer.main path/to/your/demo.demReplace path/to/your/demo.dem with the actual path to the .dem file you want to analyze.