Skip to content

Log Parser for the game Quake 3 Arena done as a take-home exercise

License

Notifications You must be signed in to change notification settings

zangrandi/quake-log-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quake Log Parser

This is a parser for logs from the game Quase 3 Arena, which are generated by the server. The logs encompass events such as new player connections, kills, and commands for starting and ending games.

This project was undertaken as a take-home exercise.

Installation

This project includes only 3 gems: activesupport, rake and rspec.

To get started run:

bundle install

Reports

To run the main report of grouped deaths by player, run:

rake kill_reports

To run the report of grouped deaths by cause, run:

rake kill_reports_by_cause

Specs

To run the tests, run:

rspec

About

Log Parser for the game Quake 3 Arena done as a take-home exercise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages