Output round by round score of a counterstrike match, along with the details of the participants and spectators.
Build parser
go build
go build -ldflags "-X main.readerType=simple" -o cs-round-simple-parser .\cs-round-parser.exe
.\cs-round-parser.exe .\demos\saw_vs_ftw.demIf the first argument is not a specific file the parser will read all demos stored in ".\demos".
In Windows ".dem" files can be set to open with "cs-round-parser.exe".
go test -v -coverprofile cover.out ./
go tool cover -html cover.out -o cover.htmlThis parser relies on demoinfocs-golang.
