Skip to content

Instantly share code, notes, and snippets.

@chron
Last active October 14, 2019 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chron/3c1d3e8b146cf0a9aabc12666728dae7 to your computer and use it in GitHub Desktop.
Save chron/3c1d3e8b146cf0a9aabc12666728dae7 to your computer and use it in GitHub Desktop.
Outpost 18 stats - 2.4.3 only
Including games with rulesets: ["2.4.3"]
=== AI Games ===
Total finished games for current ruleset: 11
How often does the player who goes first win?
{ playFirst: 7, playSecond: 4 }
Games finished per day
┌─────────┬──────────────┬────┐
│ (index) │ 0 │ 1 │
├─────────┼──────────────┼────┤
│ 0 │ '2019-09-04' │ 11 │
└─────────┴──────────────┴────┘
Games finished by hour-of-day
┌─────────┬──────┬───┐
│ (index) │ 0 │ 1 │
├─────────┼──────┼───┤
│ 0 │ '09' │ 1 │
│ 1 │ '12' │ 3 │
│ 2 │ '13' │ 2 │
│ 3 │ '14' │ 5 │
└─────────┴──────┴───┘
Game length histogram for non-resigned games
0 |
1 |
2 |
3 |
4 |
5 |
6 | #################### (1)
7 |
8 | ############################################################ (3)
9 | ######################################## (2)
10 | ############################################################ (3)
11 |
12 |
13 | #################### (1)
Game lengths in minutes (non-resigned only)
0 | ############ (1)
1 | ############################################################ (5)
2 | ######################## (2)
3 |
4 | ############ (1)
5 |
6 |
7 |
8 | ############ (1)
Game results by player name (ignoring resigned games vs AI)
┌─────────┬────────────────┬───────┬──────┬────────┬───────┐
│ (index) │ name │ total │ wins │ losses │ ratio │
├─────────┼────────────────┼───────┼──────┼────────┼───────┤
│ 0 │ 'Reaxis' │ 1 │ 0 │ 1 │ 0 │
│ 1 │ 'The Worst AI' │ 10 │ 4 │ 6 │ 0.4 │
│ 2 │ 'Luka' │ 2 │ 1 │ 1 │ 0.5 │
│ 3 │ 'ADAM' │ 5 │ 3 │ 2 │ 0.6 │
│ 4 │ 'Captain' │ 2 │ 2 │ 0 │ 1 │
└─────────┴────────────────┴───────┴──────┴────────┴───────┘
Average card plays by game for winners only
┌─────────┬───────────────┬───────────┬──────────────┐
│ (index) │ cardName │ mode │ averagePlays │
├─────────┼───────────────┼───────────┼──────────────┤
│ 0 │ 'Sparkwraith' │ 'upgrade' │ '0.09' │
│ 1 │ 'Dreadnought' │ 'upgrade' │ '0.09' │
│ 2 │ 'Freighter' │ 'upgrade' │ '0.09' │
│ 3 │ 'Vessel' │ 'ship' │ '0.09' │
│ 4 │ 'Ionblazer' │ 'upgrade' │ '0.09' │
│ 5 │ 'Rockbreaker' │ 'ship' │ '0.09' │
│ 6 │ 'Helix' │ 'ship' │ '0.09' │
│ 7 │ 'Rockbreaker' │ 'upgrade' │ '0.09' │
│ 8 │ 'Jackhammer' │ 'ship' │ '0.18' │
│ 9 │ 'Magnet' │ 'ship' │ '0.18' │
│ 10 │ 'Destroyer' │ 'ship' │ '0.18' │
│ 11 │ 'Vessel' │ 'upgrade' │ '0.18' │
│ 12 │ 'Ionblazer' │ 'ship' │ '0.18' │
│ 13 │ 'Destroyer' │ 'upgrade' │ '0.18' │
│ 14 │ 'Epoch' │ 'ship' │ '0.18' │
│ 15 │ 'Freighter' │ 'ship' │ '0.27' │
│ 16 │ 'Battlestar' │ 'upgrade' │ '0.27' │
│ 17 │ 'Falcon' │ 'ship' │ '0.27' │
│ 18 │ 'Battlestar' │ 'ship' │ '0.27' │
│ 19 │ 'Jackhammer' │ 'upgrade' │ '0.27' │
│ 20 │ 'Junkrig' │ 'ship' │ '0.27' │
│ 21 │ 'Helix' │ 'upgrade' │ '0.45' │
│ 22 │ 'Lotus' │ 'ship' │ '0.45' │
│ 23 │ 'Sparkwraith' │ 'ship' │ '0.55' │
└─────────┴───────────────┴───────────┴──────────────┘
=== Two-player Games ===
Total finished games for current ruleset: 17
How often does the player who goes first win?
{ playFirst: 9, playSecond: 8 }
Games finished per day
┌─────────┬──────────────┬────┐
│ (index) │ 0 │ 1 │
├─────────┼──────────────┼────┤
│ 0 │ '2019-09-04' │ 16 │
│ 1 │ '2019-09-05' │ 1 │
└─────────┴──────────────┴────┘
Games finished by hour-of-day
┌─────────┬──────┬────┐
│ (index) │ 0 │ 1 │
├─────────┼──────┼────┤
│ 0 │ '12' │ 1 │
│ 1 │ '13' │ 13 │
│ 2 │ '14' │ 3 │
└─────────┴──────┴────┘
Game length histogram for non-resigned games
0 |
1 |
2 |
3 |
4 | ############################## (2)
5 | ############### (1)
6 | ############################################################ (4)
7 | ############################################# (3)
8 | ############### (1)
9 |
10 |
11 | ############################################# (3)
12 |
13 |
14 |
15 |
16 | ############### (1)
Game lengths in minutes (non-resigned only)
0 |
1 | ############################################################ (5)
2 | #################################### (3)
3 | ################################################ (4)
4 |
5 | ############ (1)
6 |
7 | ############ (1)
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | ############ (1)
Game results by player name
┌─────────┬───────────┬───────┬──────┬────────┬───────┐
│ (index) │ name │ total │ wins │ losses │ ratio │
├─────────┼───────────┼───────┼──────┼────────┼───────┤
│ 0 │ 'ADAM' │ 17 │ 6 │ 11 │ 0.353 │
│ 1 │ 'Captain' │ 17 │ 11 │ 6 │ 0.647 │
└─────────┴───────────┴───────┴──────┴────────┴───────┘
Average card plays by game for winners only
┌─────────┬───────────────┬───────────┬──────────────┐
│ (index) │ cardName │ mode │ averagePlays │
├─────────┼───────────────┼───────────┼──────────────┤
│ 0 │ 'Jackhammer' │ 'upgrade' │ '0.06' │
│ 1 │ 'Helix' │ 'upgrade' │ '0.06' │
│ 2 │ 'Lotus' │ 'upgrade' │ '0.06' │
│ 3 │ 'Falcon' │ 'ship' │ '0.12' │
│ 4 │ 'Magnet' │ 'ship' │ '0.12' │
│ 5 │ 'Epoch' │ 'upgrade' │ '0.12' │
│ 6 │ 'Sparkwraith' │ 'upgrade' │ '0.12' │
│ 7 │ 'Destroyer' │ 'ship' │ '0.12' │
│ 8 │ 'Sparkwraith' │ 'ship' │ '0.12' │
│ 9 │ 'Junkrig' │ 'ship' │ '0.12' │
│ 10 │ 'Junkrig' │ 'upgrade' │ '0.18' │
│ 11 │ 'Centurion' │ 'ship' │ '0.18' │
│ 12 │ 'Freighter' │ 'ship' │ '0.18' │
│ 13 │ 'Helix' │ 'ship' │ '0.24' │
│ 14 │ 'Falcon' │ 'upgrade' │ '0.24' │
│ 15 │ 'Dreadnought' │ 'upgrade' │ '0.24' │
│ 16 │ 'Jackhammer' │ 'ship' │ '0.24' │
│ 17 │ 'Ionblazer' │ 'ship' │ '0.29' │
│ 18 │ 'Vessel' │ 'ship' │ '0.29' │
│ 19 │ 'Lotus' │ 'ship' │ '0.29' │
│ 20 │ 'Epoch' │ 'ship' │ '0.35' │
│ 21 │ 'Destroyer' │ 'upgrade' │ '0.35' │
│ 22 │ 'Rockbreaker' │ 'ship' │ '0.35' │
│ 23 │ 'Battlestar' │ 'ship' │ '0.41' │
└─────────┴───────────────┴───────────┴──────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment