Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 335 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 335 Bytes

csgo-heatmap-generator

A NodeJS program to generate heatmaps of kills and deaths from Counter-Strike: Global Offensive Demos

Usage

$ npm install --dev
$ npm run map-generate # Run once to set up map locations
$ cp -r /path/to/my-demos/ ./demos/ # Put all demos in the './demos' directory
$ npm run start # Run the app