Skip to content

Commit 5be44bd

Browse files
authored
Update README.md
1 parent 91445bb commit 5be44bd

1 file changed

Lines changed: 39 additions & 8 deletions

File tree

README.md

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## Usage
44
ChessStats is a console app used to retrieve monthly play time, ratings and top openings for any chessdotcom user. Note that variant game types are not included in the stats (displayed as 'X' during game retrieval) and unrated game ('NR') information is time only.
55

6+
The version 0.4 update includes CAPS averages broken down by time control. These are available for games that have been analysed on the chess.com website (games with no analysis are marked with '-' on ingest).
7+
68
If you find this useful and want to say thanks just send me a fun trophy over on chess.com :smiley:
79

810
```
@@ -50,14 +52,43 @@ Blitz 2016-02 | 2:37:17 | 2651 | 2737 | 86 | 2481 | 2506 | 2511 | 9 |
5052
</pre>
5153
...
5254
<pre>
53-
=================== Time Played by Month ===================
54-
55-
Month | Play Time
56-
-----------------------+-----------
57-
2013-03 | 24:48:19
58-
2013-04 | 8:01:49
59-
2013-05 | 1:55:51
60-
2013-06 | 3:05:15
55+
========= Time Played by Month (All Time Controls) =========
56+
57+
Month | Play Time | Cumulative | For Year
58+
------------------+-------------+-------------+-------------
59+
2013-03 | 24:48:19 | 24:48:19 | 24:48:19
60+
2013-04 | 8:01:49 | 32:50:08 | 32:50:08
61+
2013-05 | 1:55:51 | 34:45:59 | 34:45:59
62+
2013-06 | 3:05:15 | 37:51:14 | 37:51:14
63+
2013-12 | 0:51:21 | 38:42:35 | 38:42:35
64+
------------------+-------------+-------------+-------------
65+
2014-05 | 2:10:52 | 40:53:27 | 2:10:52
66+
------------------+-------------+-------------+-------------
67+
2016-02 | 3:02:01 | 43:55:28 | 3:02:01
68+
</pre>
69+
...
70+
<pre>
71+
========== CAPS Scoring (Month Average > 4 Games) ==========
72+
73+
| Bullet | Blitz | Rapid
74+
Month | White | Black | White | Black | White | Black
75+
------------------+---------+-------+-------+-------+-------+-------
76+
2013-03 | 77.5 | - | - | - | - | -
77+
2017-08 | - | 88.44 | 90.09 | 97.13 | - | -
78+
2018-12 | - | - | 92.45 | 93.46 | - | -
79+
2019-08 | - | - | - | - | 94.43 | 96.17
80+
2020-04 | - | - | 94.94 | - | - | -
81+
</pre>
82+
...
83+
<pre>
84+
========== CAPS Scoring (Rolling 10 Game Average) ==========
85+
86+
Control/Side | <-Newest Oldest->
87+
------------------+---------------------------------------------------------------------------------
88+
Bullet White | 93.08 | 93.4 | 92.63 | 93.64 | 92.79 | 90.5 | 89.78
89+
Bullet Black | 88.67 | 86.87 | 88.1 | 87.75
90+
Blitz White | 88.78 | 88.17 | 87.76 | 87.79 | 87.59 | 87.27 | 89.86 | 89.97 | 89.42 | 92.45
91+
Blitz Black | 90.77 | 91.44 | 90.7 | 91.03 | 90.57 | 91.06 | 91.68 | 91.08 | 93.68 | 93.47
6192
</pre>
6293
...
6394
<pre>

0 commit comments

Comments
 (0)