atc_score
From Just Solve the File Format Problem
atc_score is the scores file used by the game "air traffic controller".
It is plain text based and it consists of 6 columns separated by a single space.
| column | representation | meaning |
|---|---|---|
| 1 | string | player's username |
| 2 | string | player's host machine |
| 3 | string (enum) | game that was played (to get the list of available run atc -l)
|
| 4 | integer | number of saved planes |
| 5 | integer | game time |
| 6 | integer | real time in seconds |
There is no newline at the end of the last line.