Atc score
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo | name = atc_score | formattype = electronic | subcat = | subcat2 = | subcat3 = | s...") |
Revision as of 07:34, 22 April 2015
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.