/quake_parser

Parser for Quake 3 Arena server log

Primary LanguageGoMIT LicenseMIT

Quake Parser

Parser for Quake server Log

Usage

git clone https://github.com/luanrivello/quake_parser
cd quake_parser
  • You can run the programm with no arguments defaulting the log file to ./data/qgames.log
go run main.go
  • or you can give it a path like so
go run main.go $LOGPATH
  • and a report will be generated in json format at ./report/report.json

Testing

  • To run the unit tests, run the following command
go test -v ./...