/csgo_demo_info

CS:GO demo parser made in Elixir

Primary LanguageElixir

Demoinfogo

TODO:

  • Determine what v1 is.
  • Add round breakdowns.
  • Add clutch situation statistics
  • Add weapon statistics
    • Equipment at beginning of round
    • Weapon Accuracy
  • Create tests with some fixtures.
  • Create configuration options for easier usage with other programs

Installation

If available in Hex, the package can be installed by adding csgo_demo_info to your list of dependencies in mix.exs:

def deps do
  [
    {:csgo_demo_info, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/csgo_demo_info.