Thank you @lishadowapps
Final question :then what is the significance of the filed totalTime?
"clock":{"initial":120,"increment":1,"totalTime":160}} ?
Thank you @lishadowapps
Final question :then what is the significance of the filed totalTime?
"clock":{"initial":120,"increment":1,"totalTime":160}} ?
"totalTime" is calculated to determine speed ( bullet / blitz / rapid etc. ). Speed limits are given in seconds ( for example. bullet is between 30 and 180 seconds ). If there is a composite clock, then you have to come up with a single number of seconds to compare with speed limits. For this, it is assumed that the game on average has 40 moves, so the increment multiplied by 40 is added to the initial clock, this is what you get with "totalTime".
2 + 1 is bullet, because 2 * 60 + 1 * 40 = 160 is less than 180
1 + 3 is blitz, because 1 * 60 + 3 * 40 = 180
"totalTime" is calculated to determine speed ( bullet / blitz / rapid etc. ). Speed limits are given in seconds ( for example. bullet is between 30 and 180 seconds ). If there is a composite clock, then you have to come up with a single number of seconds to compare with speed limits. For this, it is assumed that the game on average has 40 moves, so the increment multiplied by 40 is added to the initial clock, this is what you get with "totalTime".
2 + 1 is bullet, because 2 * 60 + 1 * 40 = 160 is less than 180
1 + 3 is blitz, because 1 * 60 + 3 * 40 = 180
@lishadowapps
Brilliant! Wonderful , well thought out !!!
@lishadowapps
Brilliant! Wonderful , well thought out !!!
#13
curl -X POST "https://lichess.org/inbox/kinglovesqueens" -d "text=From now on you can send messages using the API. This is a test message I'm sending with curl from command line." -H "Authorization: Bearer ...token here..." -L
Hopefully you see the result of this in your inbox.
#13
curl -X POST "https://lichess.org/inbox/kinglovesqueens" -d "text=From now on you can send messages using the API. This is a test message I'm sending with curl from command line." -H "Authorization: Bearer ...token here..." -L
Hopefully you see the result of this in your inbox.