Skip to content

Instantly share code, notes, and snippets.

View immail's full-sized avatar

imMail immail

View GitHub Profile
@immail
immail / README.md
Last active March 3, 2023 18:23 — forked from rmsouza/README.md
Quake log parser challenge (Java + ReactJS)

Quake log parser

Task 1

Build a parser for the games.log log file using Java 8 or higher.

The games.log file is generated by the quake 3 arena server. It records all game information, when a game starts, when it ends, who killed who, who died because he fell into the void, who died injured, among others.

The parser must be able to read the file, parse the data from each game, and in each game it must collect the death information.