I may keep a record of what happened during a game in order to reflect upon and improve it.
This will take the form:
{
"perTurn":{
"0":{
"teams":{
"MyTeam":{
"before":0,
"change":50000,
"after":50000,
"usedHint":true,
"wentAllIn":true,
"wasKnockedOut":false
}
},
"allocations":{
"optionATotalAllocation":0,
"optionBTotalAllocation":0,
"optionCTotalAllocation":0,
"optionDTotalAllocation":50000,
"allTotalAllocation":50000
}
}
},
"globalData":{
"teams":{
"MyTeam":{
"numTurnsUsedHints":1,
"numTimesKnockedOut":0,
"numTurnsSloppiestFinger":0,
"numTurnsFastestFinger":0,
"totalMoneyGained":50000,
"totalMoneyLost":0,
"longestGainStreak":1,
"numTurnsWentAllIn":1
}
}
}
}
I will not keep a record of any chat messages or emotes - these are not stored anywhere.
I may publicise my learnings based on the data collected.
If you have any questions or requests, please direct them to:
josh@joshhills.dev