commit f08b7da487377581f8f5616042afbede8c7dc9f1 Author: Ben Ashton Date: Fri May 27 05:54:26 2022 -0700 Initial commit diff --git a/.eslintrc.cjs b/.eslintrc.cjs new file mode 100644 index 0000000..a74ac8d --- /dev/null +++ b/.eslintrc.cjs @@ -0,0 +1,20 @@ +module.exports = { + "env": { + "es2021": true, + "node": true + }, + "extends": [ + "eslint:recommended", + "plugin:@typescript-eslint/recommended" + ], + "parser": "@typescript-eslint/parser", + "parserOptions": { + "ecmaVersion": "latest", + "sourceType": "module" + }, + "plugins": [ + "@typescript-eslint" + ], + "rules": { + } +} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c6bba59 --- /dev/null +++ b/.gitignore @@ -0,0 +1,130 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional stylelint cache +.stylelintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variable files +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next +out + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# vuepress v2.x temp and cache directory +.temp +.cache + +# Docusaurus cache and generated files +.docusaurus + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..82a9a73 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +.eslintrc.js \ No newline at end of file diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1 @@ +{} diff --git a/documentation/SafetyVantage coding challenge 2021.pdf b/documentation/SafetyVantage coding challenge 2021.pdf new file mode 100644 index 0000000..d8729c2 Binary files /dev/null and b/documentation/SafetyVantage coding challenge 2021.pdf differ diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..00c537f --- /dev/null +++ b/package-lock.json @@ -0,0 +1,2525 @@ +{ + "name": "snakes_and_ladders", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "snakes_and_ladders", + "version": "1.0.0", + "license": "ISC", + "devDependencies": { + "@types/node": "^17.0.35", + "@typescript-eslint/eslint-plugin": "^5.26.0", + "@typescript-eslint/parser": "^5.26.0", + "eslint": "^8.16.0", + "eslint-config-prettier": "^8.5.0", + "prettier": "2.6.2", + "typescript": "^4.7.2" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz", + "integrity": "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==", + "dev": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.3.2", + "globals": "^13.15.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.9.5", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz", + "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", + "dev": true + }, + "node_modules/@types/node": { + "version": "17.0.35", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.35.tgz", + "integrity": "sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==", + "dev": true + }, + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.26.0.tgz", + "integrity": "sha512-oGCmo0PqnRZZndr+KwvvAUvD3kNE4AfyoGCwOZpoCncSh4MVD06JTE8XQa2u9u+NX5CsyZMBTEc2C72zx38eYA==", + "dev": true, + "dependencies": { + "@typescript-eslint/scope-manager": "5.26.0", + "@typescript-eslint/type-utils": "5.26.0", + "@typescript-eslint/utils": "5.26.0", + "debug": "^4.3.4", + "functional-red-black-tree": "^1.0.1", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/parser": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.26.0.tgz", + "integrity": "sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==", + "dev": true, + "dependencies": { + "@typescript-eslint/scope-manager": "5.26.0", + "@typescript-eslint/types": "5.26.0", + "@typescript-eslint/typescript-estree": "5.26.0", + "debug": "^4.3.4" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.26.0.tgz", + "integrity": "sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.26.0", + "@typescript-eslint/visitor-keys": "5.26.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.26.0.tgz", + "integrity": "sha512-7ccbUVWGLmcRDSA1+ADkDBl5fP87EJt0fnijsMFTVHXKGduYMgienC/i3QwoVhDADUAPoytgjbZbCOMj4TY55A==", + "dev": true, + "dependencies": { + "@typescript-eslint/utils": "5.26.0", + "debug": "^4.3.4", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/types": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.26.0.tgz", + "integrity": "sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz", + "integrity": "sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.26.0", + "@typescript-eslint/visitor-keys": "5.26.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/utils": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.26.0.tgz", + "integrity": "sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.9", + "@typescript-eslint/scope-manager": "5.26.0", + "@typescript-eslint/types": "5.26.0", + "@typescript-eslint/typescript-estree": "5.26.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.26.0.tgz", + "integrity": "sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.26.0", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/acorn": { + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", + "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint": { + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.16.0.tgz", + "integrity": "sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==", + "dev": true, + "dependencies": { + "@eslint/eslintrc": "^1.3.0", + "@humanwhocodes/config-array": "^0.9.2", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.1.1", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.3.2", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^6.0.1", + "globals": "^13.15.0", + "ignore": "^5.2.0", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "regexpp": "^3.2.0", + "strip-ansi": "^6.0.1", + "strip-json-comments": "^3.1.0", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-config-prettier": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz", + "integrity": "sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==", + "dev": true, + "bin": { + "eslint-config-prettier": "bin/cli.js" + }, + "peerDependencies": { + "eslint": ">=7.0.0" + } + }, + "node_modules/eslint-scope": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" + } + }, + "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/espree": { + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.2.tgz", + "integrity": "sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==", + "dev": true, + "dependencies": { + "acorn": "^8.7.1", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "dev": true, + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "node_modules/fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true + }, + "node_modules/fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dev": true, + "dependencies": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", + "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", + "dev": true + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "node_modules/functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "dev": true + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/globals": { + "version": "13.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz", + "integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "dev": true + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dev": true, + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/prettier": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz", + "integrity": "sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==", + "dev": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/regexpp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/tsutils": { + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", + "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "dev": true, + "dependencies": { + "tslib": "^1.8.1" + }, + "engines": { + "node": ">= 6" + }, + "peerDependencies": { + "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" + } + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typescript": { + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", + "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/v8-compile-cache": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", + "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", + "dev": true + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } + }, + "dependencies": { + "@eslint/eslintrc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz", + "integrity": "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==", + "dev": true, + "requires": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.3.2", + "globals": "^13.15.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + } + }, + "@humanwhocodes/config-array": { + "version": "0.9.5", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz", + "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==", + "dev": true, + "requires": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.4" + } + }, + "@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true + }, + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } + }, + "@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", + "dev": true + }, + "@types/node": { + "version": "17.0.35", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.35.tgz", + "integrity": "sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==", + "dev": true + }, + "@typescript-eslint/eslint-plugin": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.26.0.tgz", + "integrity": "sha512-oGCmo0PqnRZZndr+KwvvAUvD3kNE4AfyoGCwOZpoCncSh4MVD06JTE8XQa2u9u+NX5CsyZMBTEc2C72zx38eYA==", + "dev": true, + "requires": { + "@typescript-eslint/scope-manager": "5.26.0", + "@typescript-eslint/type-utils": "5.26.0", + "@typescript-eslint/utils": "5.26.0", + "debug": "^4.3.4", + "functional-red-black-tree": "^1.0.1", + "ignore": "^5.2.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } + }, + "@typescript-eslint/parser": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.26.0.tgz", + "integrity": "sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==", + "dev": true, + "requires": { + "@typescript-eslint/scope-manager": "5.26.0", + "@typescript-eslint/types": "5.26.0", + "@typescript-eslint/typescript-estree": "5.26.0", + "debug": "^4.3.4" + } + }, + "@typescript-eslint/scope-manager": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.26.0.tgz", + "integrity": "sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.26.0", + "@typescript-eslint/visitor-keys": "5.26.0" + } + }, + "@typescript-eslint/type-utils": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.26.0.tgz", + "integrity": "sha512-7ccbUVWGLmcRDSA1+ADkDBl5fP87EJt0fnijsMFTVHXKGduYMgienC/i3QwoVhDADUAPoytgjbZbCOMj4TY55A==", + "dev": true, + "requires": { + "@typescript-eslint/utils": "5.26.0", + "debug": "^4.3.4", + "tsutils": "^3.21.0" + } + }, + "@typescript-eslint/types": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.26.0.tgz", + "integrity": "sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==", + "dev": true + }, + "@typescript-eslint/typescript-estree": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz", + "integrity": "sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.26.0", + "@typescript-eslint/visitor-keys": "5.26.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } + }, + "@typescript-eslint/utils": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.26.0.tgz", + "integrity": "sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "@typescript-eslint/scope-manager": "5.26.0", + "@typescript-eslint/types": "5.26.0", + "@typescript-eslint/typescript-estree": "5.26.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + }, + "dependencies": { + "eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "requires": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + } + }, + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true + } + } + }, + "@typescript-eslint/visitor-keys": { + "version": "5.26.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.26.0.tgz", + "integrity": "sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.26.0", + "eslint-visitor-keys": "^3.3.0" + } + }, + "acorn": { + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", + "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", + "dev": true + }, + "acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "requires": {} + }, + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "requires": { + "path-type": "^4.0.0" + } + }, + "doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "requires": { + "esutils": "^2.0.2" + } + }, + "escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true + }, + "eslint": { + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.16.0.tgz", + "integrity": "sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==", + "dev": true, + "requires": { + "@eslint/eslintrc": "^1.3.0", + "@humanwhocodes/config-array": "^0.9.2", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.1.1", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.3.2", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^6.0.1", + "globals": "^13.15.0", + "ignore": "^5.2.0", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "regexpp": "^3.2.0", + "strip-ansi": "^6.0.1", + "strip-json-comments": "^3.1.0", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + } + }, + "eslint-config-prettier": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz", + "integrity": "sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==", + "dev": true, + "requires": {} + }, + "eslint-scope": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "dev": true, + "requires": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + } + }, + "eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dev": true, + "requires": { + "eslint-visitor-keys": "^2.0.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true + } + } + }, + "eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "dev": true + }, + "espree": { + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.2.tgz", + "integrity": "sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==", + "dev": true, + "requires": { + "acorn": "^8.7.1", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.3.0" + } + }, + "esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "dev": true, + "requires": { + "estraverse": "^5.1.0" + } + }, + "esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "requires": { + "estraverse": "^5.2.0" + } + }, + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "dependencies": { + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + } + } + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true + }, + "fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dev": true, + "requires": { + "reusify": "^1.0.4" + } + }, + "file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "requires": { + "flat-cache": "^3.0.4" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dev": true, + "requires": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + } + }, + "flatted": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", + "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", + "dev": true + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "dev": true + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "requires": { + "is-glob": "^4.0.3" + } + }, + "globals": { + "version": "13.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz", + "integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "dev": true + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true + }, + "levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "requires": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + } + }, + "lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true + }, + "micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "requires": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dev": true, + "requires": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + } + }, + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "requires": { + "callsites": "^3.0.0" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true + }, + "prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true + }, + "prettier": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz", + "integrity": "sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==", + "dev": true + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true + }, + "queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true + }, + "regexpp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", + "dev": true + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "requires": { + "queue-microtask": "^1.2.2" + } + }, + "semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "tsutils": { + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", + "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "dev": true, + "requires": { + "tslib": "^1.8.1" + } + }, + "type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "requires": { + "prelude-ls": "^1.2.1" + } + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true + }, + "typescript": { + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", + "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==", + "dev": true + }, + "uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "requires": { + "punycode": "^2.1.0" + } + }, + "v8-compile-cache": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", + "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", + "dev": true + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..1124d13 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "snakes_and_ladders", + "version": "1.0.0", + "description": "", + "main": "main.js", + "type": "module", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "build": "npx tsc", + "start": "node ./dist/main.js", + "sample": "node ./dist/main.js \"./sample_data/tournament_board.json\" \"./sample_data/game_logs.csv\"" + }, + "author": "Ben Ashton", + "license": "ISC", + "devDependencies": { + "@types/node": "^17.0.35", + "@typescript-eslint/eslint-plugin": "^5.26.0", + "@typescript-eslint/parser": "^5.26.0", + "eslint": "^8.16.0", + "eslint-config-prettier": "^8.5.0", + "prettier": "2.6.2", + "typescript": "^4.7.2" + } +} diff --git a/sample_data/game_logs.csv b/sample_data/game_logs.csv new file mode 100644 index 0000000..c994876 --- /dev/null +++ b/sample_data/game_logs.csv @@ -0,0 +1,21898 @@ +event_type,event_payload +game_started,"{""gameId"": 1}" +player_joins_game,"{""gameId"": 1, ""playerId"": 10}" +player_joins_game,"{""gameId"": 1, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 1, ""playerId"": 12, ""roll"": 5}" +game_started,"{""gameId"": 2}" +player_joins_game,"{""gameId"": 2, ""playerId"": 1}" +player_joins_game,"{""gameId"": 2, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 2, ""playerId"": 14, ""roll"": 6}" +game_started,"{""gameId"": 3}" +player_joins_game,"{""gameId"": 3, ""playerId"": 5}" +player_joins_game,"{""gameId"": 3, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 3, ""playerId"": 15, ""roll"": 4}" +game_started,"{""gameId"": 4}" +player_joins_game,"{""gameId"": 4, ""playerId"": 7}" +player_joins_game,"{""gameId"": 4, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 4, ""playerId"": 7, ""roll"": 3}" +game_started,"{""gameId"": 5}" +player_joins_game,"{""gameId"": 5, ""playerId"": 8}" +player_joins_game,"{""gameId"": 5, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 5, ""playerId"": 8, ""roll"": 5}" +game_started,"{""gameId"": 6}" +player_joins_game,"{""gameId"": 6, ""playerId"": 7}" +player_joins_game,"{""gameId"": 6, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 6, ""playerId"": 12, ""roll"": 2}" +game_started,"{""gameId"": 7}" +player_joins_game,"{""gameId"": 7, ""playerId"": 3}" +player_joins_game,"{""gameId"": 7, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 7, ""playerId"": 17, ""roll"": 6}" +game_started,"{""gameId"": 8}" +player_joins_game,"{""gameId"": 8, ""playerId"": 10}" +player_joins_game,"{""gameId"": 8, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 8, ""playerId"": 10, ""roll"": 5}" +game_started,"{""gameId"": 9}" +player_joins_game,"{""gameId"": 9, ""playerId"": 3}" +player_joins_game,"{""gameId"": 9, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 9, ""playerId"": 3, ""roll"": 4}" +game_started,"{""gameId"": 10}" +player_joins_game,"{""gameId"": 10, ""playerId"": 2}" +player_joins_game,"{""gameId"": 10, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 10, ""playerId"": 13, ""roll"": 6}" +game_started,"{""gameId"": 11}" +player_joins_game,"{""gameId"": 11, ""playerId"": 7}" +player_joins_game,"{""gameId"": 11, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 11, ""playerId"": 7, ""roll"": 6}" +game_started,"{""gameId"": 12}" +player_joins_game,"{""gameId"": 12, ""playerId"": 7}" +player_joins_game,"{""gameId"": 12, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 12, ""playerId"": 15, ""roll"": 5}" +game_started,"{""gameId"": 13}" +player_joins_game,"{""gameId"": 13, ""playerId"": 7}" +player_joins_game,"{""gameId"": 13, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 13, ""playerId"": 7, ""roll"": 6}" +game_started,"{""gameId"": 14}" +player_joins_game,"{""gameId"": 14, ""playerId"": 6}" +player_joins_game,"{""gameId"": 14, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 14, ""playerId"": 19, ""roll"": 2}" +game_started,"{""gameId"": 15}" +player_joins_game,"{""gameId"": 15, ""playerId"": 8}" +player_joins_game,"{""gameId"": 15, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 15, ""playerId"": 8, ""roll"": 3}" +game_started,"{""gameId"": 16}" +player_joins_game,"{""gameId"": 16, ""playerId"": 2}" +player_joins_game,"{""gameId"": 16, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 16, ""playerId"": 2, ""roll"": 5}" +game_started,"{""gameId"": 17}" +player_joins_game,"{""gameId"": 17, ""playerId"": 7}" +player_joins_game,"{""gameId"": 17, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 17, ""playerId"": 17, ""roll"": 6}" +game_started,"{""gameId"": 18}" +player_joins_game,"{""gameId"": 18, ""playerId"": 4}" +player_joins_game,"{""gameId"": 18, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 18, ""playerId"": 4, ""roll"": 6}" +game_started,"{""gameId"": 19}" +player_joins_game,"{""gameId"": 19, ""playerId"": 2}" +player_joins_game,"{""gameId"": 19, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 19, ""playerId"": 2, ""roll"": 1}" +game_started,"{""gameId"": 20}" +player_joins_game,"{""gameId"": 20, ""playerId"": 6}" +player_joins_game,"{""gameId"": 20, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 20, ""playerId"": 6, ""roll"": 3}" +game_started,"{""gameId"": 21}" +player_joins_game,"{""gameId"": 21, ""playerId"": 9}" +player_joins_game,"{""gameId"": 21, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 21, ""playerId"": 18, ""roll"": 6}" +game_started,"{""gameId"": 22}" +player_joins_game,"{""gameId"": 22, ""playerId"": 6}" +player_joins_game,"{""gameId"": 22, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 22, ""playerId"": 19, ""roll"": 3}" +game_started,"{""gameId"": 23}" +player_joins_game,"{""gameId"": 23, ""playerId"": 7}" +player_joins_game,"{""gameId"": 23, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 23, ""playerId"": 20, ""roll"": 1}" +game_started,"{""gameId"": 24}" +player_joins_game,"{""gameId"": 24, ""playerId"": 3}" +player_joins_game,"{""gameId"": 24, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 24, ""playerId"": 19, ""roll"": 5}" +game_started,"{""gameId"": 25}" +player_joins_game,"{""gameId"": 25, ""playerId"": 7}" +player_joins_game,"{""gameId"": 25, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 25, ""playerId"": 16, ""roll"": 3}" +game_started,"{""gameId"": 26}" +player_joins_game,"{""gameId"": 26, ""playerId"": 5}" +player_joins_game,"{""gameId"": 26, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 26, ""playerId"": 5, ""roll"": 4}" +game_started,"{""gameId"": 27}" +player_joins_game,"{""gameId"": 27, ""playerId"": 10}" +player_joins_game,"{""gameId"": 27, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 27, ""playerId"": 10, ""roll"": 3}" +game_started,"{""gameId"": 28}" +player_joins_game,"{""gameId"": 28, ""playerId"": 5}" +player_joins_game,"{""gameId"": 28, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 28, ""playerId"": 16, ""roll"": 5}" +game_started,"{""gameId"": 29}" +player_joins_game,"{""gameId"": 29, ""playerId"": 5}" +player_joins_game,"{""gameId"": 29, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 29, ""playerId"": 18, ""roll"": 6}" +game_started,"{""gameId"": 30}" +player_joins_game,"{""gameId"": 30, ""playerId"": 7}" +player_joins_game,"{""gameId"": 30, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 30, ""playerId"": 19, ""roll"": 4}" +game_started,"{""gameId"": 31}" +player_joins_game,"{""gameId"": 31, ""playerId"": 9}" +player_joins_game,"{""gameId"": 31, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 31, ""playerId"": 9, ""roll"": 3}" +game_started,"{""gameId"": 32}" +player_joins_game,"{""gameId"": 32, ""playerId"": 7}" +player_joins_game,"{""gameId"": 32, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 32, ""playerId"": 7, ""roll"": 3}" +game_started,"{""gameId"": 33}" +player_joins_game,"{""gameId"": 33, ""playerId"": 10}" +player_joins_game,"{""gameId"": 33, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 33, ""playerId"": 16, ""roll"": 5}" +game_started,"{""gameId"": 34}" +player_joins_game,"{""gameId"": 34, ""playerId"": 2}" +player_joins_game,"{""gameId"": 34, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 34, ""playerId"": 18, ""roll"": 6}" +game_started,"{""gameId"": 35}" +player_joins_game,"{""gameId"": 35, ""playerId"": 4}" +player_joins_game,"{""gameId"": 35, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 35, ""playerId"": 13, ""roll"": 6}" +game_started,"{""gameId"": 36}" +player_joins_game,"{""gameId"": 36, ""playerId"": 3}" +player_joins_game,"{""gameId"": 36, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 36, ""playerId"": 3, ""roll"": 4}" +game_started,"{""gameId"": 37}" +player_joins_game,"{""gameId"": 37, ""playerId"": 8}" +player_joins_game,"{""gameId"": 37, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 37, ""playerId"": 8, ""roll"": 4}" +game_started,"{""gameId"": 38}" +player_joins_game,"{""gameId"": 38, ""playerId"": 6}" +player_joins_game,"{""gameId"": 38, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 38, ""playerId"": 11, ""roll"": 5}" +game_started,"{""gameId"": 39}" +player_joins_game,"{""gameId"": 39, ""playerId"": 3}" +player_joins_game,"{""gameId"": 39, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 39, ""playerId"": 17, ""roll"": 5}" +game_started,"{""gameId"": 40}" +player_joins_game,"{""gameId"": 40, ""playerId"": 6}" +player_joins_game,"{""gameId"": 40, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 40, ""playerId"": 6, ""roll"": 5}" +game_started,"{""gameId"": 41}" +player_joins_game,"{""gameId"": 41, ""playerId"": 3}" +player_joins_game,"{""gameId"": 41, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 41, ""playerId"": 3, ""roll"": 4}" +game_started,"{""gameId"": 42}" +player_joins_game,"{""gameId"": 42, ""playerId"": 4}" +player_joins_game,"{""gameId"": 42, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 42, ""playerId"": 15, ""roll"": 3}" +game_started,"{""gameId"": 43}" +player_joins_game,"{""gameId"": 43, ""playerId"": 9}" +player_joins_game,"{""gameId"": 43, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 43, ""playerId"": 20, ""roll"": 3}" +game_started,"{""gameId"": 44}" +player_joins_game,"{""gameId"": 44, ""playerId"": 2}" +player_joins_game,"{""gameId"": 44, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 44, ""playerId"": 2, ""roll"": 2}" +game_started,"{""gameId"": 45}" +player_joins_game,"{""gameId"": 45, ""playerId"": 2}" +player_joins_game,"{""gameId"": 45, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 45, ""playerId"": 2, ""roll"": 6}" +game_started,"{""gameId"": 46}" +player_joins_game,"{""gameId"": 46, ""playerId"": 1}" +player_joins_game,"{""gameId"": 46, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 46, ""playerId"": 18, ""roll"": 4}" +game_started,"{""gameId"": 47}" +player_joins_game,"{""gameId"": 47, ""playerId"": 8}" +player_joins_game,"{""gameId"": 47, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 47, ""playerId"": 20, ""roll"": 4}" +game_started,"{""gameId"": 48}" +player_joins_game,"{""gameId"": 48, ""playerId"": 7}" +player_joins_game,"{""gameId"": 48, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 48, ""playerId"": 7, ""roll"": 2}" +game_started,"{""gameId"": 49}" +player_joins_game,"{""gameId"": 49, ""playerId"": 6}" +player_joins_game,"{""gameId"": 49, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 49, ""playerId"": 6, ""roll"": 6}" +game_started,"{""gameId"": 50}" +player_joins_game,"{""gameId"": 50, ""playerId"": 2}" +player_joins_game,"{""gameId"": 50, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 50, ""playerId"": 20, ""roll"": 5}" +game_started,"{""gameId"": 51}" +player_joins_game,"{""gameId"": 51, ""playerId"": 9}" +player_joins_game,"{""gameId"": 51, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 51, ""playerId"": 9, ""roll"": 6}" +game_started,"{""gameId"": 52}" +player_joins_game,"{""gameId"": 52, ""playerId"": 10}" +player_joins_game,"{""gameId"": 52, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 52, ""playerId"": 20, ""roll"": 5}" +game_started,"{""gameId"": 53}" +player_joins_game,"{""gameId"": 53, ""playerId"": 2}" +player_joins_game,"{""gameId"": 53, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 53, ""playerId"": 2, ""roll"": 6}" +game_started,"{""gameId"": 54}" +player_joins_game,"{""gameId"": 54, ""playerId"": 3}" +player_joins_game,"{""gameId"": 54, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 54, ""playerId"": 3, ""roll"": 1}" +game_started,"{""gameId"": 55}" +player_joins_game,"{""gameId"": 55, ""playerId"": 7}" +player_joins_game,"{""gameId"": 55, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 55, ""playerId"": 16, ""roll"": 6}" +game_started,"{""gameId"": 56}" +player_joins_game,"{""gameId"": 56, ""playerId"": 4}" +player_joins_game,"{""gameId"": 56, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 56, ""playerId"": 16, ""roll"": 5}" +game_started,"{""gameId"": 57}" +player_joins_game,"{""gameId"": 57, ""playerId"": 3}" +player_joins_game,"{""gameId"": 57, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 57, ""playerId"": 12, ""roll"": 3}" +game_started,"{""gameId"": 58}" +player_joins_game,"{""gameId"": 58, ""playerId"": 4}" +player_joins_game,"{""gameId"": 58, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 58, ""playerId"": 20, ""roll"": 6}" +game_started,"{""gameId"": 59}" +player_joins_game,"{""gameId"": 59, ""playerId"": 8}" +player_joins_game,"{""gameId"": 59, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 59, ""playerId"": 15, ""roll"": 4}" +game_started,"{""gameId"": 60}" +player_joins_game,"{""gameId"": 60, ""playerId"": 2}" +player_joins_game,"{""gameId"": 60, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 60, ""playerId"": 2, ""roll"": 5}" +game_started,"{""gameId"": 61}" +player_joins_game,"{""gameId"": 61, ""playerId"": 10}" +player_joins_game,"{""gameId"": 61, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 61, ""playerId"": 14, ""roll"": 4}" +game_started,"{""gameId"": 62}" +player_joins_game,"{""gameId"": 62, ""playerId"": 4}" +player_joins_game,"{""gameId"": 62, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 62, ""playerId"": 4, ""roll"": 3}" +game_started,"{""gameId"": 63}" +player_joins_game,"{""gameId"": 63, ""playerId"": 2}" +player_joins_game,"{""gameId"": 63, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 63, ""playerId"": 2, ""roll"": 1}" +game_started,"{""gameId"": 64}" +player_joins_game,"{""gameId"": 64, ""playerId"": 9}" +player_joins_game,"{""gameId"": 64, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 64, ""playerId"": 11, ""roll"": 5}" +game_started,"{""gameId"": 65}" +player_joins_game,"{""gameId"": 65, ""playerId"": 3}" +player_joins_game,"{""gameId"": 65, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 65, ""playerId"": 15, ""roll"": 5}" +game_started,"{""gameId"": 66}" +player_joins_game,"{""gameId"": 66, ""playerId"": 9}" +player_joins_game,"{""gameId"": 66, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 66, ""playerId"": 9, ""roll"": 2}" +game_started,"{""gameId"": 67}" +player_joins_game,"{""gameId"": 67, ""playerId"": 5}" +player_joins_game,"{""gameId"": 67, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 67, ""playerId"": 5, ""roll"": 4}" +game_started,"{""gameId"": 68}" +player_joins_game,"{""gameId"": 68, ""playerId"": 3}" +player_joins_game,"{""gameId"": 68, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 68, ""playerId"": 3, ""roll"": 4}" +game_started,"{""gameId"": 69}" +player_joins_game,"{""gameId"": 69, ""playerId"": 10}" +player_joins_game,"{""gameId"": 69, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 69, ""playerId"": 10, ""roll"": 3}" +game_started,"{""gameId"": 70}" +player_joins_game,"{""gameId"": 70, ""playerId"": 8}" +player_joins_game,"{""gameId"": 70, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 70, ""playerId"": 18, ""roll"": 6}" +game_started,"{""gameId"": 71}" +player_joins_game,"{""gameId"": 71, ""playerId"": 5}" +player_joins_game,"{""gameId"": 71, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 71, ""playerId"": 5, ""roll"": 6}" +game_started,"{""gameId"": 72}" +player_joins_game,"{""gameId"": 72, ""playerId"": 6}" +player_joins_game,"{""gameId"": 72, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 72, ""playerId"": 18, ""roll"": 6}" +game_started,"{""gameId"": 73}" +player_joins_game,"{""gameId"": 73, ""playerId"": 3}" +player_joins_game,"{""gameId"": 73, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 73, ""playerId"": 12, ""roll"": 6}" +game_started,"{""gameId"": 74}" +player_joins_game,"{""gameId"": 74, ""playerId"": 6}" +player_joins_game,"{""gameId"": 74, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 74, ""playerId"": 6, ""roll"": 6}" +game_started,"{""gameId"": 75}" +player_joins_game,"{""gameId"": 75, ""playerId"": 10}" +player_joins_game,"{""gameId"": 75, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 75, ""playerId"": 14, ""roll"": 6}" +game_started,"{""gameId"": 76}" +player_joins_game,"{""gameId"": 76, ""playerId"": 2}" +player_joins_game,"{""gameId"": 76, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 76, ""playerId"": 12, ""roll"": 2}" +game_started,"{""gameId"": 77}" +player_joins_game,"{""gameId"": 77, ""playerId"": 9}" +player_joins_game,"{""gameId"": 77, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 77, ""playerId"": 9, ""roll"": 5}" +game_started,"{""gameId"": 78}" +player_joins_game,"{""gameId"": 78, ""playerId"": 2}" +player_joins_game,"{""gameId"": 78, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 78, ""playerId"": 11, ""roll"": 4}" +game_started,"{""gameId"": 79}" +player_joins_game,"{""gameId"": 79, ""playerId"": 5}" +player_joins_game,"{""gameId"": 79, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 79, ""playerId"": 13, ""roll"": 5}" +game_started,"{""gameId"": 80}" +player_joins_game,"{""gameId"": 80, ""playerId"": 7}" +player_joins_game,"{""gameId"": 80, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 80, ""playerId"": 7, ""roll"": 5}" +game_started,"{""gameId"": 81}" +player_joins_game,"{""gameId"": 81, ""playerId"": 9}" +player_joins_game,"{""gameId"": 81, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 81, ""playerId"": 14, ""roll"": 3}" +game_started,"{""gameId"": 82}" +player_joins_game,"{""gameId"": 82, ""playerId"": 4}" +player_joins_game,"{""gameId"": 82, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 82, ""playerId"": 19, ""roll"": 4}" +game_started,"{""gameId"": 83}" +player_joins_game,"{""gameId"": 83, ""playerId"": 7}" +player_joins_game,"{""gameId"": 83, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 83, ""playerId"": 7, ""roll"": 1}" +game_started,"{""gameId"": 84}" +player_joins_game,"{""gameId"": 84, ""playerId"": 3}" +player_joins_game,"{""gameId"": 84, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 84, ""playerId"": 3, ""roll"": 4}" +game_started,"{""gameId"": 85}" +player_joins_game,"{""gameId"": 85, ""playerId"": 8}" +player_joins_game,"{""gameId"": 85, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 85, ""playerId"": 8, ""roll"": 6}" +game_started,"{""gameId"": 86}" +player_joins_game,"{""gameId"": 86, ""playerId"": 10}" +player_joins_game,"{""gameId"": 86, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 86, ""playerId"": 10, ""roll"": 6}" +game_started,"{""gameId"": 87}" +player_joins_game,"{""gameId"": 87, ""playerId"": 7}" +player_joins_game,"{""gameId"": 87, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 87, ""playerId"": 16, ""roll"": 1}" +game_started,"{""gameId"": 88}" +player_joins_game,"{""gameId"": 88, ""playerId"": 5}" +player_joins_game,"{""gameId"": 88, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 88, ""playerId"": 5, ""roll"": 6}" +game_started,"{""gameId"": 89}" +player_joins_game,"{""gameId"": 89, ""playerId"": 7}" +player_joins_game,"{""gameId"": 89, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 89, ""playerId"": 7, ""roll"": 5}" +game_started,"{""gameId"": 90}" +player_joins_game,"{""gameId"": 90, ""playerId"": 5}" +player_joins_game,"{""gameId"": 90, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 90, ""playerId"": 20, ""roll"": 6}" +game_started,"{""gameId"": 91}" +player_joins_game,"{""gameId"": 91, ""playerId"": 5}" +player_joins_game,"{""gameId"": 91, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 91, ""playerId"": 13, ""roll"": 2}" +game_started,"{""gameId"": 92}" +player_joins_game,"{""gameId"": 92, ""playerId"": 10}" +player_joins_game,"{""gameId"": 92, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 92, ""playerId"": 10, ""roll"": 6}" +game_started,"{""gameId"": 93}" +player_joins_game,"{""gameId"": 93, ""playerId"": 3}" +player_joins_game,"{""gameId"": 93, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 93, ""playerId"": 3, ""roll"": 3}" +game_started,"{""gameId"": 94}" +player_joins_game,"{""gameId"": 94, ""playerId"": 7}" +player_joins_game,"{""gameId"": 94, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 94, ""playerId"": 17, ""roll"": 5}" +game_started,"{""gameId"": 95}" +player_joins_game,"{""gameId"": 95, ""playerId"": 4}" +player_joins_game,"{""gameId"": 95, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 95, ""playerId"": 4, ""roll"": 4}" +game_started,"{""gameId"": 96}" +player_joins_game,"{""gameId"": 96, ""playerId"": 2}" +player_joins_game,"{""gameId"": 96, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 96, ""playerId"": 16, ""roll"": 6}" +game_started,"{""gameId"": 97}" +player_joins_game,"{""gameId"": 97, ""playerId"": 7}" +player_joins_game,"{""gameId"": 97, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 97, ""playerId"": 11, ""roll"": 6}" +game_started,"{""gameId"": 98}" +player_joins_game,"{""gameId"": 98, ""playerId"": 5}" +player_joins_game,"{""gameId"": 98, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 98, ""playerId"": 5, ""roll"": 3}" +game_started,"{""gameId"": 99}" +player_joins_game,"{""gameId"": 99, ""playerId"": 5}" +player_joins_game,"{""gameId"": 99, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 99, ""playerId"": 19, ""roll"": 5}" +game_started,"{""gameId"": 100}" +player_joins_game,"{""gameId"": 100, ""playerId"": 3}" +player_joins_game,"{""gameId"": 100, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 100, ""playerId"": 3, ""roll"": 1}" +game_started,"{""gameId"": 101}" +player_joins_game,"{""gameId"": 101, ""playerId"": 10}" +player_joins_game,"{""gameId"": 101, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 101, ""playerId"": 20, ""roll"": 5}" +game_started,"{""gameId"": 102}" +player_joins_game,"{""gameId"": 102, ""playerId"": 10}" +player_joins_game,"{""gameId"": 102, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 102, ""playerId"": 10, ""roll"": 6}" +game_started,"{""gameId"": 103}" +player_joins_game,"{""gameId"": 103, ""playerId"": 9}" +player_joins_game,"{""gameId"": 103, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 103, ""playerId"": 12, ""roll"": 4}" +game_started,"{""gameId"": 104}" +player_joins_game,"{""gameId"": 104, ""playerId"": 3}" +player_joins_game,"{""gameId"": 104, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 104, ""playerId"": 3, ""roll"": 2}" +game_started,"{""gameId"": 105}" +player_joins_game,"{""gameId"": 105, ""playerId"": 8}" +player_joins_game,"{""gameId"": 105, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 105, ""playerId"": 8, ""roll"": 6}" +game_started,"{""gameId"": 106}" +player_joins_game,"{""gameId"": 106, ""playerId"": 3}" +player_joins_game,"{""gameId"": 106, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 106, ""playerId"": 11, ""roll"": 6}" +game_started,"{""gameId"": 107}" +player_joins_game,"{""gameId"": 107, ""playerId"": 1}" +player_joins_game,"{""gameId"": 107, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 107, ""playerId"": 13, ""roll"": 6}" +game_started,"{""gameId"": 108}" +player_joins_game,"{""gameId"": 108, ""playerId"": 8}" +player_joins_game,"{""gameId"": 108, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 108, ""playerId"": 8, ""roll"": 4}" +game_started,"{""gameId"": 109}" +player_joins_game,"{""gameId"": 109, ""playerId"": 10}" +player_joins_game,"{""gameId"": 109, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 109, ""playerId"": 10, ""roll"": 3}" +game_started,"{""gameId"": 110}" +player_joins_game,"{""gameId"": 110, ""playerId"": 6}" +player_joins_game,"{""gameId"": 110, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 110, ""playerId"": 15, ""roll"": 3}" +game_started,"{""gameId"": 111}" +player_joins_game,"{""gameId"": 111, ""playerId"": 8}" +player_joins_game,"{""gameId"": 111, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 111, ""playerId"": 16, ""roll"": 5}" +game_started,"{""gameId"": 112}" +player_joins_game,"{""gameId"": 112, ""playerId"": 1}" +player_joins_game,"{""gameId"": 112, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 112, ""playerId"": 1, ""roll"": 6}" +game_started,"{""gameId"": 113}" +player_joins_game,"{""gameId"": 113, ""playerId"": 4}" +player_joins_game,"{""gameId"": 113, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 113, ""playerId"": 4, ""roll"": 4}" +game_started,"{""gameId"": 114}" +player_joins_game,"{""gameId"": 114, ""playerId"": 10}" +player_joins_game,"{""gameId"": 114, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 114, ""playerId"": 10, ""roll"": 5}" +game_started,"{""gameId"": 115}" +player_joins_game,"{""gameId"": 115, ""playerId"": 4}" +player_joins_game,"{""gameId"": 115, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 115, ""playerId"": 4, ""roll"": 6}" +game_started,"{""gameId"": 116}" +player_joins_game,"{""gameId"": 116, ""playerId"": 4}" +player_joins_game,"{""gameId"": 116, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 116, ""playerId"": 14, ""roll"": 5}" +game_started,"{""gameId"": 117}" +player_joins_game,"{""gameId"": 117, ""playerId"": 3}" +player_joins_game,"{""gameId"": 117, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 117, ""playerId"": 3, ""roll"": 4}" +game_started,"{""gameId"": 118}" +player_joins_game,"{""gameId"": 118, ""playerId"": 8}" +player_joins_game,"{""gameId"": 118, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 118, ""playerId"": 8, ""roll"": 5}" +game_started,"{""gameId"": 119}" +player_joins_game,"{""gameId"": 119, ""playerId"": 7}" +player_joins_game,"{""gameId"": 119, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 119, ""playerId"": 7, ""roll"": 3}" +game_started,"{""gameId"": 120}" +player_joins_game,"{""gameId"": 120, ""playerId"": 2}" +player_joins_game,"{""gameId"": 120, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 120, ""playerId"": 14, ""roll"": 6}" +game_started,"{""gameId"": 121}" +player_joins_game,"{""gameId"": 121, ""playerId"": 9}" +player_joins_game,"{""gameId"": 121, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 121, ""playerId"": 9, ""roll"": 3}" +game_started,"{""gameId"": 122}" +player_joins_game,"{""gameId"": 122, ""playerId"": 7}" +player_joins_game,"{""gameId"": 122, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 122, ""playerId"": 17, ""roll"": 6}" +game_started,"{""gameId"": 123}" +player_joins_game,"{""gameId"": 123, ""playerId"": 6}" +player_joins_game,"{""gameId"": 123, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 123, ""playerId"": 12, ""roll"": 6}" +game_started,"{""gameId"": 124}" +player_joins_game,"{""gameId"": 124, ""playerId"": 10}" +player_joins_game,"{""gameId"": 124, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 124, ""playerId"": 10, ""roll"": 6}" +game_started,"{""gameId"": 125}" +player_joins_game,"{""gameId"": 125, ""playerId"": 6}" +player_joins_game,"{""gameId"": 125, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 125, ""playerId"": 6, ""roll"": 5}" +game_started,"{""gameId"": 126}" +player_joins_game,"{""gameId"": 126, ""playerId"": 10}" +player_joins_game,"{""gameId"": 126, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 126, ""playerId"": 10, ""roll"": 5}" +game_started,"{""gameId"": 127}" +player_joins_game,"{""gameId"": 127, ""playerId"": 7}" +player_joins_game,"{""gameId"": 127, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 127, ""playerId"": 14, ""roll"": 6}" +game_started,"{""gameId"": 128}" +player_joins_game,"{""gameId"": 128, ""playerId"": 5}" +player_joins_game,"{""gameId"": 128, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 128, ""playerId"": 5, ""roll"": 1}" +game_started,"{""gameId"": 129}" +player_joins_game,"{""gameId"": 129, ""playerId"": 9}" +player_joins_game,"{""gameId"": 129, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 129, ""playerId"": 16, ""roll"": 6}" +game_started,"{""gameId"": 130}" +player_joins_game,"{""gameId"": 130, ""playerId"": 1}" +player_joins_game,"{""gameId"": 130, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 130, ""playerId"": 19, ""roll"": 5}" +game_started,"{""gameId"": 131}" +player_joins_game,"{""gameId"": 131, ""playerId"": 9}" +player_joins_game,"{""gameId"": 131, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 131, ""playerId"": 9, ""roll"": 6}" +game_started,"{""gameId"": 132}" +player_joins_game,"{""gameId"": 132, ""playerId"": 6}" +player_joins_game,"{""gameId"": 132, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 132, ""playerId"": 6, ""roll"": 6}" +game_started,"{""gameId"": 133}" +player_joins_game,"{""gameId"": 133, ""playerId"": 5}" +player_joins_game,"{""gameId"": 133, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 133, ""playerId"": 11, ""roll"": 3}" +game_started,"{""gameId"": 134}" +player_joins_game,"{""gameId"": 134, ""playerId"": 7}" +player_joins_game,"{""gameId"": 134, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 134, ""playerId"": 11, ""roll"": 5}" +game_started,"{""gameId"": 135}" +player_joins_game,"{""gameId"": 135, ""playerId"": 3}" +player_joins_game,"{""gameId"": 135, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 135, ""playerId"": 20, ""roll"": 3}" +game_started,"{""gameId"": 136}" +player_joins_game,"{""gameId"": 136, ""playerId"": 9}" +player_joins_game,"{""gameId"": 136, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 136, ""playerId"": 9, ""roll"": 4}" +game_started,"{""gameId"": 137}" +player_joins_game,"{""gameId"": 137, ""playerId"": 8}" +player_joins_game,"{""gameId"": 137, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 137, ""playerId"": 8, ""roll"": 4}" +game_started,"{""gameId"": 138}" +player_joins_game,"{""gameId"": 138, ""playerId"": 2}" +player_joins_game,"{""gameId"": 138, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 138, ""playerId"": 2, ""roll"": 1}" +game_started,"{""gameId"": 139}" +player_joins_game,"{""gameId"": 139, ""playerId"": 2}" +player_joins_game,"{""gameId"": 139, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 139, ""playerId"": 18, ""roll"": 4}" +game_started,"{""gameId"": 140}" +player_joins_game,"{""gameId"": 140, ""playerId"": 5}" +player_joins_game,"{""gameId"": 140, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 140, ""playerId"": 5, ""roll"": 3}" +game_started,"{""gameId"": 141}" +player_joins_game,"{""gameId"": 141, ""playerId"": 10}" +player_joins_game,"{""gameId"": 141, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 141, ""playerId"": 10, ""roll"": 3}" +game_started,"{""gameId"": 142}" +player_joins_game,"{""gameId"": 142, ""playerId"": 3}" +player_joins_game,"{""gameId"": 142, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 142, ""playerId"": 3, ""roll"": 5}" +game_started,"{""gameId"": 143}" +player_joins_game,"{""gameId"": 143, ""playerId"": 2}" +player_joins_game,"{""gameId"": 143, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 143, ""playerId"": 14, ""roll"": 6}" +game_started,"{""gameId"": 144}" +player_joins_game,"{""gameId"": 144, ""playerId"": 3}" +player_joins_game,"{""gameId"": 144, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 144, ""playerId"": 13, ""roll"": 2}" +game_started,"{""gameId"": 145}" +player_joins_game,"{""gameId"": 145, ""playerId"": 7}" +player_joins_game,"{""gameId"": 145, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 145, ""playerId"": 7, ""roll"": 5}" +game_started,"{""gameId"": 146}" +player_joins_game,"{""gameId"": 146, ""playerId"": 3}" +player_joins_game,"{""gameId"": 146, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 146, ""playerId"": 11, ""roll"": 6}" +game_started,"{""gameId"": 147}" +player_joins_game,"{""gameId"": 147, ""playerId"": 3}" +player_joins_game,"{""gameId"": 147, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 147, ""playerId"": 15, ""roll"": 6}" +game_started,"{""gameId"": 148}" +player_joins_game,"{""gameId"": 148, ""playerId"": 7}" +player_joins_game,"{""gameId"": 148, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 148, ""playerId"": 7, ""roll"": 5}" +game_started,"{""gameId"": 149}" +player_joins_game,"{""gameId"": 149, ""playerId"": 6}" +player_joins_game,"{""gameId"": 149, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 149, ""playerId"": 17, ""roll"": 4}" +game_started,"{""gameId"": 150}" +player_joins_game,"{""gameId"": 150, ""playerId"": 5}" +player_joins_game,"{""gameId"": 150, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 150, ""playerId"": 13, ""roll"": 6}" +game_started,"{""gameId"": 151}" +player_joins_game,"{""gameId"": 151, ""playerId"": 7}" +player_joins_game,"{""gameId"": 151, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 151, ""playerId"": 7, ""roll"": 6}" +game_started,"{""gameId"": 152}" +player_joins_game,"{""gameId"": 152, ""playerId"": 7}" +player_joins_game,"{""gameId"": 152, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 152, ""playerId"": 16, ""roll"": 4}" +game_started,"{""gameId"": 153}" +player_joins_game,"{""gameId"": 153, ""playerId"": 2}" +player_joins_game,"{""gameId"": 153, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 153, ""playerId"": 15, ""roll"": 6}" +game_started,"{""gameId"": 154}" +player_joins_game,"{""gameId"": 154, ""playerId"": 5}" +player_joins_game,"{""gameId"": 154, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 154, ""playerId"": 19, ""roll"": 4}" +game_started,"{""gameId"": 155}" +player_joins_game,"{""gameId"": 155, ""playerId"": 7}" +player_joins_game,"{""gameId"": 155, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 155, ""playerId"": 15, ""roll"": 2}" +game_started,"{""gameId"": 156}" +player_joins_game,"{""gameId"": 156, ""playerId"": 7}" +player_joins_game,"{""gameId"": 156, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 156, ""playerId"": 7, ""roll"": 6}" +game_started,"{""gameId"": 157}" +player_joins_game,"{""gameId"": 157, ""playerId"": 3}" +player_joins_game,"{""gameId"": 157, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 157, ""playerId"": 3, ""roll"": 3}" +game_started,"{""gameId"": 158}" +player_joins_game,"{""gameId"": 158, ""playerId"": 2}" +player_joins_game,"{""gameId"": 158, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 158, ""playerId"": 12, ""roll"": 4}" +game_started,"{""gameId"": 159}" +player_joins_game,"{""gameId"": 159, ""playerId"": 6}" +player_joins_game,"{""gameId"": 159, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 159, ""playerId"": 6, ""roll"": 5}" +game_started,"{""gameId"": 160}" +player_joins_game,"{""gameId"": 160, ""playerId"": 5}" +player_joins_game,"{""gameId"": 160, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 160, ""playerId"": 5, ""roll"": 1}" +game_started,"{""gameId"": 161}" +player_joins_game,"{""gameId"": 161, ""playerId"": 2}" +player_joins_game,"{""gameId"": 161, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 161, ""playerId"": 2, ""roll"": 4}" +game_started,"{""gameId"": 162}" +player_joins_game,"{""gameId"": 162, ""playerId"": 2}" +player_joins_game,"{""gameId"": 162, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 162, ""playerId"": 15, ""roll"": 6}" +game_started,"{""gameId"": 163}" +player_joins_game,"{""gameId"": 163, ""playerId"": 3}" +player_joins_game,"{""gameId"": 163, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 163, ""playerId"": 3, ""roll"": 6}" +game_started,"{""gameId"": 164}" +player_joins_game,"{""gameId"": 164, ""playerId"": 8}" +player_joins_game,"{""gameId"": 164, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 164, ""playerId"": 8, ""roll"": 5}" +game_started,"{""gameId"": 165}" +player_joins_game,"{""gameId"": 165, ""playerId"": 6}" +player_joins_game,"{""gameId"": 165, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 165, ""playerId"": 14, ""roll"": 6}" +game_started,"{""gameId"": 166}" +player_joins_game,"{""gameId"": 166, ""playerId"": 4}" +player_joins_game,"{""gameId"": 166, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 166, ""playerId"": 4, ""roll"": 5}" +game_started,"{""gameId"": 167}" +player_joins_game,"{""gameId"": 167, ""playerId"": 9}" +player_joins_game,"{""gameId"": 167, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 167, ""playerId"": 19, ""roll"": 6}" +game_started,"{""gameId"": 168}" +player_joins_game,"{""gameId"": 168, ""playerId"": 8}" +player_joins_game,"{""gameId"": 168, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 168, ""playerId"": 8, ""roll"": 3}" +game_started,"{""gameId"": 169}" +player_joins_game,"{""gameId"": 169, ""playerId"": 6}" +player_joins_game,"{""gameId"": 169, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 169, ""playerId"": 15, ""roll"": 1}" +game_started,"{""gameId"": 170}" +player_joins_game,"{""gameId"": 170, ""playerId"": 4}" +player_joins_game,"{""gameId"": 170, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 170, ""playerId"": 13, ""roll"": 1}" +game_started,"{""gameId"": 171}" +player_joins_game,"{""gameId"": 171, ""playerId"": 5}" +player_joins_game,"{""gameId"": 171, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 171, ""playerId"": 16, ""roll"": 6}" +game_started,"{""gameId"": 172}" +player_joins_game,"{""gameId"": 172, ""playerId"": 7}" +player_joins_game,"{""gameId"": 172, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 172, ""playerId"": 7, ""roll"": 6}" +game_started,"{""gameId"": 173}" +player_joins_game,"{""gameId"": 173, ""playerId"": 5}" +player_joins_game,"{""gameId"": 173, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 173, ""playerId"": 5, ""roll"": 6}" +game_started,"{""gameId"": 174}" +player_joins_game,"{""gameId"": 174, ""playerId"": 3}" +player_joins_game,"{""gameId"": 174, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 174, ""playerId"": 12, ""roll"": 4}" +game_started,"{""gameId"": 175}" +player_joins_game,"{""gameId"": 175, ""playerId"": 4}" +player_joins_game,"{""gameId"": 175, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 175, ""playerId"": 16, ""roll"": 3}" +game_started,"{""gameId"": 176}" +player_joins_game,"{""gameId"": 176, ""playerId"": 3}" +player_joins_game,"{""gameId"": 176, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 176, ""playerId"": 17, ""roll"": 6}" +game_started,"{""gameId"": 177}" +player_joins_game,"{""gameId"": 177, ""playerId"": 9}" +player_joins_game,"{""gameId"": 177, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 177, ""playerId"": 14, ""roll"": 3}" +game_started,"{""gameId"": 178}" +player_joins_game,"{""gameId"": 178, ""playerId"": 5}" +player_joins_game,"{""gameId"": 178, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 178, ""playerId"": 11, ""roll"": 6}" +game_started,"{""gameId"": 179}" +player_joins_game,"{""gameId"": 179, ""playerId"": 4}" +player_joins_game,"{""gameId"": 179, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 179, ""playerId"": 15, ""roll"": 6}" +game_started,"{""gameId"": 180}" +player_joins_game,"{""gameId"": 180, ""playerId"": 5}" +player_joins_game,"{""gameId"": 180, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 180, ""playerId"": 18, ""roll"": 2}" +game_started,"{""gameId"": 181}" +player_joins_game,"{""gameId"": 181, ""playerId"": 2}" +player_joins_game,"{""gameId"": 181, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 181, ""playerId"": 20, ""roll"": 4}" +game_started,"{""gameId"": 182}" +player_joins_game,"{""gameId"": 182, ""playerId"": 2}" +player_joins_game,"{""gameId"": 182, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 182, ""playerId"": 20, ""roll"": 4}" +game_started,"{""gameId"": 183}" +player_joins_game,"{""gameId"": 183, ""playerId"": 6}" +player_joins_game,"{""gameId"": 183, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 183, ""playerId"": 6, ""roll"": 3}" +game_started,"{""gameId"": 184}" +player_joins_game,"{""gameId"": 184, ""playerId"": 5}" +player_joins_game,"{""gameId"": 184, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 184, ""playerId"": 5, ""roll"": 6}" +game_started,"{""gameId"": 185}" +player_joins_game,"{""gameId"": 185, ""playerId"": 9}" +player_joins_game,"{""gameId"": 185, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 185, ""playerId"": 15, ""roll"": 4}" +game_started,"{""gameId"": 186}" +player_joins_game,"{""gameId"": 186, ""playerId"": 4}" +player_joins_game,"{""gameId"": 186, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 186, ""playerId"": 15, ""roll"": 5}" +game_started,"{""gameId"": 187}" +player_joins_game,"{""gameId"": 187, ""playerId"": 10}" +player_joins_game,"{""gameId"": 187, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 187, ""playerId"": 10, ""roll"": 6}" +game_started,"{""gameId"": 188}" +player_joins_game,"{""gameId"": 188, ""playerId"": 9}" +player_joins_game,"{""gameId"": 188, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 188, ""playerId"": 12, ""roll"": 5}" +game_started,"{""gameId"": 189}" +player_joins_game,"{""gameId"": 189, ""playerId"": 3}" +player_joins_game,"{""gameId"": 189, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 189, ""playerId"": 13, ""roll"": 4}" +game_started,"{""gameId"": 190}" +player_joins_game,"{""gameId"": 190, ""playerId"": 2}" +player_joins_game,"{""gameId"": 190, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 190, ""playerId"": 2, ""roll"": 6}" +game_started,"{""gameId"": 191}" +player_joins_game,"{""gameId"": 191, ""playerId"": 3}" +player_joins_game,"{""gameId"": 191, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 191, ""playerId"": 3, ""roll"": 6}" +game_started,"{""gameId"": 192}" +player_joins_game,"{""gameId"": 192, ""playerId"": 3}" +player_joins_game,"{""gameId"": 192, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 192, ""playerId"": 3, ""roll"": 6}" +game_started,"{""gameId"": 193}" +player_joins_game,"{""gameId"": 193, ""playerId"": 7}" +player_joins_game,"{""gameId"": 193, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 193, ""playerId"": 7, ""roll"": 5}" +game_started,"{""gameId"": 194}" +player_joins_game,"{""gameId"": 194, ""playerId"": 9}" +player_joins_game,"{""gameId"": 194, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 194, ""playerId"": 9, ""roll"": 6}" +game_started,"{""gameId"": 195}" +player_joins_game,"{""gameId"": 195, ""playerId"": 1}" +player_joins_game,"{""gameId"": 195, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 195, ""playerId"": 15, ""roll"": 6}" +game_started,"{""gameId"": 196}" +player_joins_game,"{""gameId"": 196, ""playerId"": 2}" +player_joins_game,"{""gameId"": 196, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 196, ""playerId"": 2, ""roll"": 1}" +game_started,"{""gameId"": 197}" +player_joins_game,"{""gameId"": 197, ""playerId"": 8}" +player_joins_game,"{""gameId"": 197, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 197, ""playerId"": 13, ""roll"": 2}" +game_started,"{""gameId"": 198}" +player_joins_game,"{""gameId"": 198, ""playerId"": 10}" +player_joins_game,"{""gameId"": 198, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 198, ""playerId"": 18, ""roll"": 6}" +game_started,"{""gameId"": 199}" +player_joins_game,"{""gameId"": 199, ""playerId"": 10}" +player_joins_game,"{""gameId"": 199, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 199, ""playerId"": 10, ""roll"": 4}" +game_started,"{""gameId"": 200}" +player_joins_game,"{""gameId"": 200, ""playerId"": 6}" +player_joins_game,"{""gameId"": 200, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 200, ""playerId"": 11, ""roll"": 5}" +game_started,"{""gameId"": 201}" +player_joins_game,"{""gameId"": 201, ""playerId"": 8}" +player_joins_game,"{""gameId"": 201, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 201, ""playerId"": 8, ""roll"": 4}" +game_started,"{""gameId"": 202}" +player_joins_game,"{""gameId"": 202, ""playerId"": 8}" +player_joins_game,"{""gameId"": 202, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 202, ""playerId"": 14, ""roll"": 3}" +game_started,"{""gameId"": 203}" +player_joins_game,"{""gameId"": 203, ""playerId"": 10}" +player_joins_game,"{""gameId"": 203, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 203, ""playerId"": 20, ""roll"": 5}" +game_started,"{""gameId"": 204}" +player_joins_game,"{""gameId"": 204, ""playerId"": 6}" +player_joins_game,"{""gameId"": 204, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 204, ""playerId"": 12, ""roll"": 5}" +game_started,"{""gameId"": 205}" +player_joins_game,"{""gameId"": 205, ""playerId"": 9}" +player_joins_game,"{""gameId"": 205, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 205, ""playerId"": 9, ""roll"": 1}" +game_started,"{""gameId"": 206}" +player_joins_game,"{""gameId"": 206, ""playerId"": 10}" +player_joins_game,"{""gameId"": 206, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 206, ""playerId"": 10, ""roll"": 3}" +game_started,"{""gameId"": 207}" +player_joins_game,"{""gameId"": 207, ""playerId"": 6}" +player_joins_game,"{""gameId"": 207, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 207, ""playerId"": 6, ""roll"": 5}" +game_started,"{""gameId"": 208}" +player_joins_game,"{""gameId"": 208, ""playerId"": 6}" +player_joins_game,"{""gameId"": 208, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 208, ""playerId"": 6, ""roll"": 6}" +game_started,"{""gameId"": 209}" +player_joins_game,"{""gameId"": 209, ""playerId"": 10}" +player_joins_game,"{""gameId"": 209, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 209, ""playerId"": 10, ""roll"": 6}" +game_started,"{""gameId"": 210}" +player_joins_game,"{""gameId"": 210, ""playerId"": 1}" +player_joins_game,"{""gameId"": 210, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 210, ""playerId"": 1, ""roll"": 6}" +game_started,"{""gameId"": 211}" +player_joins_game,"{""gameId"": 211, ""playerId"": 7}" +player_joins_game,"{""gameId"": 211, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 211, ""playerId"": 16, ""roll"": 6}" +game_started,"{""gameId"": 212}" +player_joins_game,"{""gameId"": 212, ""playerId"": 7}" +player_joins_game,"{""gameId"": 212, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 212, ""playerId"": 7, ""roll"": 4}" +game_started,"{""gameId"": 213}" +player_joins_game,"{""gameId"": 213, ""playerId"": 9}" +player_joins_game,"{""gameId"": 213, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 213, ""playerId"": 9, ""roll"": 5}" +game_started,"{""gameId"": 214}" +player_joins_game,"{""gameId"": 214, ""playerId"": 3}" +player_joins_game,"{""gameId"": 214, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 214, ""playerId"": 12, ""roll"": 4}" +game_started,"{""gameId"": 215}" +player_joins_game,"{""gameId"": 215, ""playerId"": 1}" +player_joins_game,"{""gameId"": 215, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 215, ""playerId"": 1, ""roll"": 6}" +game_started,"{""gameId"": 216}" +player_joins_game,"{""gameId"": 216, ""playerId"": 10}" +player_joins_game,"{""gameId"": 216, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 216, ""playerId"": 20, ""roll"": 3}" +game_started,"{""gameId"": 217}" +player_joins_game,"{""gameId"": 217, ""playerId"": 8}" +player_joins_game,"{""gameId"": 217, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 217, ""playerId"": 8, ""roll"": 6}" +game_started,"{""gameId"": 218}" +player_joins_game,"{""gameId"": 218, ""playerId"": 1}" +player_joins_game,"{""gameId"": 218, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 218, ""playerId"": 1, ""roll"": 1}" +game_started,"{""gameId"": 219}" +player_joins_game,"{""gameId"": 219, ""playerId"": 7}" +player_joins_game,"{""gameId"": 219, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 219, ""playerId"": 7, ""roll"": 5}" +game_started,"{""gameId"": 220}" +player_joins_game,"{""gameId"": 220, ""playerId"": 7}" +player_joins_game,"{""gameId"": 220, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 220, ""playerId"": 7, ""roll"": 6}" +game_started,"{""gameId"": 221}" +player_joins_game,"{""gameId"": 221, ""playerId"": 3}" +player_joins_game,"{""gameId"": 221, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 221, ""playerId"": 3, ""roll"": 5}" +game_started,"{""gameId"": 222}" +player_joins_game,"{""gameId"": 222, ""playerId"": 9}" +player_joins_game,"{""gameId"": 222, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 222, ""playerId"": 9, ""roll"": 5}" +game_started,"{""gameId"": 223}" +player_joins_game,"{""gameId"": 223, ""playerId"": 2}" +player_joins_game,"{""gameId"": 223, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 223, ""playerId"": 14, ""roll"": 5}" +game_started,"{""gameId"": 224}" +player_joins_game,"{""gameId"": 224, ""playerId"": 4}" +player_joins_game,"{""gameId"": 224, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 224, ""playerId"": 15, ""roll"": 6}" +game_started,"{""gameId"": 225}" +player_joins_game,"{""gameId"": 225, ""playerId"": 4}" +player_joins_game,"{""gameId"": 225, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 225, ""playerId"": 11, ""roll"": 4}" +game_started,"{""gameId"": 226}" +player_joins_game,"{""gameId"": 226, ""playerId"": 4}" +player_joins_game,"{""gameId"": 226, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 226, ""playerId"": 14, ""roll"": 5}" +game_started,"{""gameId"": 227}" +player_joins_game,"{""gameId"": 227, ""playerId"": 5}" +player_joins_game,"{""gameId"": 227, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 227, ""playerId"": 17, ""roll"": 4}" +game_started,"{""gameId"": 228}" +player_joins_game,"{""gameId"": 228, ""playerId"": 2}" +player_joins_game,"{""gameId"": 228, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 228, ""playerId"": 12, ""roll"": 5}" +game_started,"{""gameId"": 229}" +player_joins_game,"{""gameId"": 229, ""playerId"": 9}" +player_joins_game,"{""gameId"": 229, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 229, ""playerId"": 9, ""roll"": 4}" +game_started,"{""gameId"": 230}" +player_joins_game,"{""gameId"": 230, ""playerId"": 7}" +player_joins_game,"{""gameId"": 230, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 230, ""playerId"": 13, ""roll"": 3}" +game_started,"{""gameId"": 231}" +player_joins_game,"{""gameId"": 231, ""playerId"": 1}" +player_joins_game,"{""gameId"": 231, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 231, ""playerId"": 1, ""roll"": 6}" +game_started,"{""gameId"": 232}" +player_joins_game,"{""gameId"": 232, ""playerId"": 2}" +player_joins_game,"{""gameId"": 232, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 232, ""playerId"": 2, ""roll"": 4}" +game_started,"{""gameId"": 233}" +player_joins_game,"{""gameId"": 233, ""playerId"": 9}" +player_joins_game,"{""gameId"": 233, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 233, ""playerId"": 16, ""roll"": 5}" +game_started,"{""gameId"": 234}" +player_joins_game,"{""gameId"": 234, ""playerId"": 6}" +player_joins_game,"{""gameId"": 234, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 234, ""playerId"": 6, ""roll"": 1}" +game_started,"{""gameId"": 235}" +player_joins_game,"{""gameId"": 235, ""playerId"": 4}" +player_joins_game,"{""gameId"": 235, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 235, ""playerId"": 4, ""roll"": 5}" +game_started,"{""gameId"": 236}" +player_joins_game,"{""gameId"": 236, ""playerId"": 3}" +player_joins_game,"{""gameId"": 236, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 236, ""playerId"": 20, ""roll"": 5}" +game_started,"{""gameId"": 237}" +player_joins_game,"{""gameId"": 237, ""playerId"": 4}" +player_joins_game,"{""gameId"": 237, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 237, ""playerId"": 4, ""roll"": 6}" +game_started,"{""gameId"": 238}" +player_joins_game,"{""gameId"": 238, ""playerId"": 7}" +player_joins_game,"{""gameId"": 238, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 238, ""playerId"": 7, ""roll"": 5}" +game_started,"{""gameId"": 239}" +player_joins_game,"{""gameId"": 239, ""playerId"": 2}" +player_joins_game,"{""gameId"": 239, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 239, ""playerId"": 20, ""roll"": 3}" +game_started,"{""gameId"": 240}" +player_joins_game,"{""gameId"": 240, ""playerId"": 7}" +player_joins_game,"{""gameId"": 240, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 240, ""playerId"": 7, ""roll"": 6}" +game_started,"{""gameId"": 241}" +player_joins_game,"{""gameId"": 241, ""playerId"": 8}" +player_joins_game,"{""gameId"": 241, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 241, ""playerId"": 8, ""roll"": 5}" +game_started,"{""gameId"": 242}" +player_joins_game,"{""gameId"": 242, ""playerId"": 10}" +player_joins_game,"{""gameId"": 242, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 242, ""playerId"": 10, ""roll"": 2}" +game_started,"{""gameId"": 243}" +player_joins_game,"{""gameId"": 243, ""playerId"": 7}" +player_joins_game,"{""gameId"": 243, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 243, ""playerId"": 7, ""roll"": 4}" +game_started,"{""gameId"": 244}" +player_joins_game,"{""gameId"": 244, ""playerId"": 4}" +player_joins_game,"{""gameId"": 244, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 244, ""playerId"": 4, ""roll"": 3}" +game_started,"{""gameId"": 245}" +player_joins_game,"{""gameId"": 245, ""playerId"": 9}" +player_joins_game,"{""gameId"": 245, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 245, ""playerId"": 13, ""roll"": 2}" +game_started,"{""gameId"": 246}" +player_joins_game,"{""gameId"": 246, ""playerId"": 9}" +player_joins_game,"{""gameId"": 246, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 246, ""playerId"": 15, ""roll"": 6}" +game_started,"{""gameId"": 247}" +player_joins_game,"{""gameId"": 247, ""playerId"": 4}" +player_joins_game,"{""gameId"": 247, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 247, ""playerId"": 4, ""roll"": 5}" +game_started,"{""gameId"": 248}" +player_joins_game,"{""gameId"": 248, ""playerId"": 10}" +player_joins_game,"{""gameId"": 248, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 248, ""playerId"": 10, ""roll"": 4}" +game_started,"{""gameId"": 249}" +player_joins_game,"{""gameId"": 249, ""playerId"": 6}" +player_joins_game,"{""gameId"": 249, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 249, ""playerId"": 6, ""roll"": 3}" +game_started,"{""gameId"": 250}" +player_joins_game,"{""gameId"": 250, ""playerId"": 4}" +player_joins_game,"{""gameId"": 250, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 250, ""playerId"": 4, ""roll"": 5}" +game_started,"{""gameId"": 251}" +player_joins_game,"{""gameId"": 251, ""playerId"": 1}" +player_joins_game,"{""gameId"": 251, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 251, ""playerId"": 1, ""roll"": 6}" +game_started,"{""gameId"": 252}" +player_joins_game,"{""gameId"": 252, ""playerId"": 7}" +player_joins_game,"{""gameId"": 252, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 252, ""playerId"": 7, ""roll"": 5}" +game_started,"{""gameId"": 253}" +player_joins_game,"{""gameId"": 253, ""playerId"": 10}" +player_joins_game,"{""gameId"": 253, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 253, ""playerId"": 16, ""roll"": 2}" +game_started,"{""gameId"": 254}" +player_joins_game,"{""gameId"": 254, ""playerId"": 8}" +player_joins_game,"{""gameId"": 254, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 254, ""playerId"": 8, ""roll"": 5}" +game_started,"{""gameId"": 255}" +player_joins_game,"{""gameId"": 255, ""playerId"": 2}" +player_joins_game,"{""gameId"": 255, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 255, ""playerId"": 2, ""roll"": 1}" +game_started,"{""gameId"": 256}" +player_joins_game,"{""gameId"": 256, ""playerId"": 9}" +player_joins_game,"{""gameId"": 256, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 256, ""playerId"": 9, ""roll"": 5}" +game_started,"{""gameId"": 257}" +player_joins_game,"{""gameId"": 257, ""playerId"": 6}" +player_joins_game,"{""gameId"": 257, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 257, ""playerId"": 19, ""roll"": 3}" +game_started,"{""gameId"": 258}" +player_joins_game,"{""gameId"": 258, ""playerId"": 2}" +player_joins_game,"{""gameId"": 258, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 258, ""playerId"": 2, ""roll"": 3}" +game_started,"{""gameId"": 259}" +player_joins_game,"{""gameId"": 259, ""playerId"": 3}" +player_joins_game,"{""gameId"": 259, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 259, ""playerId"": 3, ""roll"": 4}" +game_started,"{""gameId"": 260}" +player_joins_game,"{""gameId"": 260, ""playerId"": 1}" +player_joins_game,"{""gameId"": 260, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 260, ""playerId"": 1, ""roll"": 5}" +game_started,"{""gameId"": 261}" +player_joins_game,"{""gameId"": 261, ""playerId"": 7}" +player_joins_game,"{""gameId"": 261, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 261, ""playerId"": 7, ""roll"": 2}" +game_started,"{""gameId"": 262}" +player_joins_game,"{""gameId"": 262, ""playerId"": 2}" +player_joins_game,"{""gameId"": 262, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 262, ""playerId"": 2, ""roll"": 3}" +game_started,"{""gameId"": 263}" +player_joins_game,"{""gameId"": 263, ""playerId"": 2}" +player_joins_game,"{""gameId"": 263, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 263, ""playerId"": 2, ""roll"": 1}" +game_started,"{""gameId"": 264}" +player_joins_game,"{""gameId"": 264, ""playerId"": 1}" +player_joins_game,"{""gameId"": 264, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 264, ""playerId"": 1, ""roll"": 6}" +game_started,"{""gameId"": 265}" +player_joins_game,"{""gameId"": 265, ""playerId"": 10}" +player_joins_game,"{""gameId"": 265, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 265, ""playerId"": 17, ""roll"": 3}" +game_started,"{""gameId"": 266}" +player_joins_game,"{""gameId"": 266, ""playerId"": 2}" +player_joins_game,"{""gameId"": 266, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 266, ""playerId"": 2, ""roll"": 5}" +game_started,"{""gameId"": 267}" +player_joins_game,"{""gameId"": 267, ""playerId"": 10}" +player_joins_game,"{""gameId"": 267, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 267, ""playerId"": 15, ""roll"": 4}" +game_started,"{""gameId"": 268}" +player_joins_game,"{""gameId"": 268, ""playerId"": 6}" +player_joins_game,"{""gameId"": 268, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 268, ""playerId"": 16, ""roll"": 1}" +game_started,"{""gameId"": 269}" +player_joins_game,"{""gameId"": 269, ""playerId"": 7}" +player_joins_game,"{""gameId"": 269, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 269, ""playerId"": 7, ""roll"": 4}" +game_started,"{""gameId"": 270}" +player_joins_game,"{""gameId"": 270, ""playerId"": 3}" +player_joins_game,"{""gameId"": 270, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 270, ""playerId"": 3, ""roll"": 6}" +game_started,"{""gameId"": 271}" +player_joins_game,"{""gameId"": 271, ""playerId"": 8}" +player_joins_game,"{""gameId"": 271, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 271, ""playerId"": 8, ""roll"": 6}" +game_started,"{""gameId"": 272}" +player_joins_game,"{""gameId"": 272, ""playerId"": 10}" +player_joins_game,"{""gameId"": 272, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 272, ""playerId"": 10, ""roll"": 4}" +game_started,"{""gameId"": 273}" +player_joins_game,"{""gameId"": 273, ""playerId"": 10}" +player_joins_game,"{""gameId"": 273, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 273, ""playerId"": 10, ""roll"": 4}" +game_started,"{""gameId"": 274}" +player_joins_game,"{""gameId"": 274, ""playerId"": 2}" +player_joins_game,"{""gameId"": 274, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 274, ""playerId"": 2, ""roll"": 6}" +game_started,"{""gameId"": 275}" +player_joins_game,"{""gameId"": 275, ""playerId"": 10}" +player_joins_game,"{""gameId"": 275, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 275, ""playerId"": 17, ""roll"": 4}" +game_started,"{""gameId"": 276}" +player_joins_game,"{""gameId"": 276, ""playerId"": 2}" +player_joins_game,"{""gameId"": 276, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 276, ""playerId"": 14, ""roll"": 4}" +game_started,"{""gameId"": 277}" +player_joins_game,"{""gameId"": 277, ""playerId"": 8}" +player_joins_game,"{""gameId"": 277, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 277, ""playerId"": 8, ""roll"": 2}" +game_started,"{""gameId"": 278}" +player_joins_game,"{""gameId"": 278, ""playerId"": 2}" +player_joins_game,"{""gameId"": 278, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 278, ""playerId"": 2, ""roll"": 5}" +game_started,"{""gameId"": 279}" +player_joins_game,"{""gameId"": 279, ""playerId"": 4}" +player_joins_game,"{""gameId"": 279, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 279, ""playerId"": 4, ""roll"": 1}" +game_started,"{""gameId"": 280}" +player_joins_game,"{""gameId"": 280, ""playerId"": 9}" +player_joins_game,"{""gameId"": 280, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 280, ""playerId"": 15, ""roll"": 2}" +game_started,"{""gameId"": 281}" +player_joins_game,"{""gameId"": 281, ""playerId"": 9}" +player_joins_game,"{""gameId"": 281, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 281, ""playerId"": 9, ""roll"": 6}" +game_started,"{""gameId"": 282}" +player_joins_game,"{""gameId"": 282, ""playerId"": 4}" +player_joins_game,"{""gameId"": 282, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 282, ""playerId"": 4, ""roll"": 5}" +game_started,"{""gameId"": 283}" +player_joins_game,"{""gameId"": 283, ""playerId"": 7}" +player_joins_game,"{""gameId"": 283, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 283, ""playerId"": 7, ""roll"": 6}" +game_started,"{""gameId"": 284}" +player_joins_game,"{""gameId"": 284, ""playerId"": 6}" +player_joins_game,"{""gameId"": 284, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 284, ""playerId"": 6, ""roll"": 6}" +game_started,"{""gameId"": 285}" +player_joins_game,"{""gameId"": 285, ""playerId"": 10}" +player_joins_game,"{""gameId"": 285, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 285, ""playerId"": 14, ""roll"": 4}" +game_started,"{""gameId"": 286}" +player_joins_game,"{""gameId"": 286, ""playerId"": 9}" +player_joins_game,"{""gameId"": 286, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 286, ""playerId"": 12, ""roll"": 3}" +game_started,"{""gameId"": 287}" +player_joins_game,"{""gameId"": 287, ""playerId"": 10}" +player_joins_game,"{""gameId"": 287, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 287, ""playerId"": 10, ""roll"": 3}" +game_started,"{""gameId"": 288}" +player_joins_game,"{""gameId"": 288, ""playerId"": 1}" +player_joins_game,"{""gameId"": 288, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 288, ""playerId"": 1, ""roll"": 6}" +game_started,"{""gameId"": 289}" +player_joins_game,"{""gameId"": 289, ""playerId"": 10}" +player_joins_game,"{""gameId"": 289, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 289, ""playerId"": 13, ""roll"": 3}" +game_started,"{""gameId"": 290}" +player_joins_game,"{""gameId"": 290, ""playerId"": 9}" +player_joins_game,"{""gameId"": 290, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 290, ""playerId"": 9, ""roll"": 4}" +game_started,"{""gameId"": 291}" +player_joins_game,"{""gameId"": 291, ""playerId"": 6}" +player_joins_game,"{""gameId"": 291, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 291, ""playerId"": 6, ""roll"": 6}" +game_started,"{""gameId"": 292}" +player_joins_game,"{""gameId"": 292, ""playerId"": 4}" +player_joins_game,"{""gameId"": 292, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 292, ""playerId"": 4, ""roll"": 6}" +game_started,"{""gameId"": 293}" +player_joins_game,"{""gameId"": 293, ""playerId"": 2}" +player_joins_game,"{""gameId"": 293, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 293, ""playerId"": 2, ""roll"": 3}" +game_started,"{""gameId"": 294}" +player_joins_game,"{""gameId"": 294, ""playerId"": 6}" +player_joins_game,"{""gameId"": 294, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 294, ""playerId"": 6, ""roll"": 4}" +game_started,"{""gameId"": 295}" +player_joins_game,"{""gameId"": 295, ""playerId"": 7}" +player_joins_game,"{""gameId"": 295, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 295, ""playerId"": 16, ""roll"": 2}" +game_started,"{""gameId"": 296}" +player_joins_game,"{""gameId"": 296, ""playerId"": 2}" +player_joins_game,"{""gameId"": 296, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 296, ""playerId"": 16, ""roll"": 6}" +game_started,"{""gameId"": 297}" +player_joins_game,"{""gameId"": 297, ""playerId"": 1}" +player_joins_game,"{""gameId"": 297, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 297, ""playerId"": 1, ""roll"": 6}" +game_started,"{""gameId"": 298}" +player_joins_game,"{""gameId"": 298, ""playerId"": 3}" +player_joins_game,"{""gameId"": 298, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 298, ""playerId"": 3, ""roll"": 5}" +game_started,"{""gameId"": 299}" +player_joins_game,"{""gameId"": 299, ""playerId"": 5}" +player_joins_game,"{""gameId"": 299, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 299, ""playerId"": 13, ""roll"": 4}" +game_started,"{""gameId"": 300}" +player_joins_game,"{""gameId"": 300, ""playerId"": 1}" +player_joins_game,"{""gameId"": 300, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 300, ""playerId"": 19, ""roll"": 3}" +game_started,"{""gameId"": 301}" +player_joins_game,"{""gameId"": 301, ""playerId"": 4}" +player_joins_game,"{""gameId"": 301, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 301, ""playerId"": 13, ""roll"": 5}" +game_started,"{""gameId"": 302}" +player_joins_game,"{""gameId"": 302, ""playerId"": 5}" +player_joins_game,"{""gameId"": 302, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 302, ""playerId"": 19, ""roll"": 5}" +game_started,"{""gameId"": 303}" +player_joins_game,"{""gameId"": 303, ""playerId"": 2}" +player_joins_game,"{""gameId"": 303, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 303, ""playerId"": 2, ""roll"": 3}" +game_started,"{""gameId"": 304}" +player_joins_game,"{""gameId"": 304, ""playerId"": 10}" +player_joins_game,"{""gameId"": 304, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 304, ""playerId"": 10, ""roll"": 4}" +game_started,"{""gameId"": 305}" +player_joins_game,"{""gameId"": 305, ""playerId"": 5}" +player_joins_game,"{""gameId"": 305, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 305, ""playerId"": 5, ""roll"": 6}" +game_started,"{""gameId"": 306}" +player_joins_game,"{""gameId"": 306, ""playerId"": 1}" +player_joins_game,"{""gameId"": 306, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 306, ""playerId"": 17, ""roll"": 6}" +game_started,"{""gameId"": 307}" +player_joins_game,"{""gameId"": 307, ""playerId"": 4}" +player_joins_game,"{""gameId"": 307, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 307, ""playerId"": 16, ""roll"": 3}" +game_started,"{""gameId"": 308}" +player_joins_game,"{""gameId"": 308, ""playerId"": 3}" +player_joins_game,"{""gameId"": 308, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 308, ""playerId"": 15, ""roll"": 3}" +game_started,"{""gameId"": 309}" +player_joins_game,"{""gameId"": 309, ""playerId"": 10}" +player_joins_game,"{""gameId"": 309, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 309, ""playerId"": 20, ""roll"": 6}" +game_started,"{""gameId"": 310}" +player_joins_game,"{""gameId"": 310, ""playerId"": 2}" +player_joins_game,"{""gameId"": 310, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 310, ""playerId"": 17, ""roll"": 4}" +game_started,"{""gameId"": 311}" +player_joins_game,"{""gameId"": 311, ""playerId"": 10}" +player_joins_game,"{""gameId"": 311, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 311, ""playerId"": 16, ""roll"": 5}" +game_started,"{""gameId"": 312}" +player_joins_game,"{""gameId"": 312, ""playerId"": 1}" +player_joins_game,"{""gameId"": 312, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 312, ""playerId"": 1, ""roll"": 3}" +game_started,"{""gameId"": 313}" +player_joins_game,"{""gameId"": 313, ""playerId"": 10}" +player_joins_game,"{""gameId"": 313, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 313, ""playerId"": 12, ""roll"": 6}" +game_started,"{""gameId"": 314}" +player_joins_game,"{""gameId"": 314, ""playerId"": 6}" +player_joins_game,"{""gameId"": 314, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 314, ""playerId"": 17, ""roll"": 1}" +game_started,"{""gameId"": 315}" +player_joins_game,"{""gameId"": 315, ""playerId"": 2}" +player_joins_game,"{""gameId"": 315, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 315, ""playerId"": 2, ""roll"": 2}" +game_started,"{""gameId"": 316}" +player_joins_game,"{""gameId"": 316, ""playerId"": 8}" +player_joins_game,"{""gameId"": 316, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 316, ""playerId"": 8, ""roll"": 2}" +game_started,"{""gameId"": 317}" +player_joins_game,"{""gameId"": 317, ""playerId"": 4}" +player_joins_game,"{""gameId"": 317, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 317, ""playerId"": 4, ""roll"": 4}" +game_started,"{""gameId"": 318}" +player_joins_game,"{""gameId"": 318, ""playerId"": 8}" +player_joins_game,"{""gameId"": 318, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 318, ""playerId"": 11, ""roll"": 6}" +game_started,"{""gameId"": 319}" +player_joins_game,"{""gameId"": 319, ""playerId"": 1}" +player_joins_game,"{""gameId"": 319, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 319, ""playerId"": 1, ""roll"": 5}" +game_started,"{""gameId"": 320}" +player_joins_game,"{""gameId"": 320, ""playerId"": 1}" +player_joins_game,"{""gameId"": 320, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 320, ""playerId"": 15, ""roll"": 3}" +game_started,"{""gameId"": 321}" +player_joins_game,"{""gameId"": 321, ""playerId"": 3}" +player_joins_game,"{""gameId"": 321, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 321, ""playerId"": 12, ""roll"": 5}" +game_started,"{""gameId"": 322}" +player_joins_game,"{""gameId"": 322, ""playerId"": 5}" +player_joins_game,"{""gameId"": 322, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 322, ""playerId"": 5, ""roll"": 5}" +game_started,"{""gameId"": 323}" +player_joins_game,"{""gameId"": 323, ""playerId"": 6}" +player_joins_game,"{""gameId"": 323, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 323, ""playerId"": 14, ""roll"": 4}" +game_started,"{""gameId"": 324}" +player_joins_game,"{""gameId"": 324, ""playerId"": 1}" +player_joins_game,"{""gameId"": 324, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 324, ""playerId"": 11, ""roll"": 4}" +game_started,"{""gameId"": 325}" +player_joins_game,"{""gameId"": 325, ""playerId"": 8}" +player_joins_game,"{""gameId"": 325, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 325, ""playerId"": 8, ""roll"": 3}" +game_started,"{""gameId"": 326}" +player_joins_game,"{""gameId"": 326, ""playerId"": 10}" +player_joins_game,"{""gameId"": 326, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 326, ""playerId"": 18, ""roll"": 5}" +game_started,"{""gameId"": 327}" +player_joins_game,"{""gameId"": 327, ""playerId"": 1}" +player_joins_game,"{""gameId"": 327, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 327, ""playerId"": 1, ""roll"": 4}" +game_started,"{""gameId"": 328}" +player_joins_game,"{""gameId"": 328, ""playerId"": 7}" +player_joins_game,"{""gameId"": 328, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 328, ""playerId"": 20, ""roll"": 5}" +game_started,"{""gameId"": 329}" +player_joins_game,"{""gameId"": 329, ""playerId"": 6}" +player_joins_game,"{""gameId"": 329, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 329, ""playerId"": 17, ""roll"": 3}" +game_started,"{""gameId"": 330}" +player_joins_game,"{""gameId"": 330, ""playerId"": 4}" +player_joins_game,"{""gameId"": 330, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 330, ""playerId"": 13, ""roll"": 6}" +game_started,"{""gameId"": 331}" +player_joins_game,"{""gameId"": 331, ""playerId"": 3}" +player_joins_game,"{""gameId"": 331, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 331, ""playerId"": 20, ""roll"": 5}" +game_started,"{""gameId"": 332}" +player_joins_game,"{""gameId"": 332, ""playerId"": 7}" +player_joins_game,"{""gameId"": 332, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 7, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 332, ""playerId"": 16, ""roll"": 5}" +game_started,"{""gameId"": 333}" +player_joins_game,"{""gameId"": 333, ""playerId"": 3}" +player_joins_game,"{""gameId"": 333, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 333, ""playerId"": 3, ""roll"": 5}" +game_started,"{""gameId"": 334}" +player_joins_game,"{""gameId"": 334, ""playerId"": 4}" +player_joins_game,"{""gameId"": 334, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 334, ""playerId"": 4, ""roll"": 2}" +game_started,"{""gameId"": 335}" +player_joins_game,"{""gameId"": 335, ""playerId"": 3}" +player_joins_game,"{""gameId"": 335, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 335, ""playerId"": 3, ""roll"": 5}" +game_started,"{""gameId"": 336}" +player_joins_game,"{""gameId"": 336, ""playerId"": 4}" +player_joins_game,"{""gameId"": 336, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 336, ""playerId"": 13, ""roll"": 4}" +game_started,"{""gameId"": 337}" +player_joins_game,"{""gameId"": 337, ""playerId"": 6}" +player_joins_game,"{""gameId"": 337, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 337, ""playerId"": 6, ""roll"": 5}" +game_started,"{""gameId"": 338}" +player_joins_game,"{""gameId"": 338, ""playerId"": 1}" +player_joins_game,"{""gameId"": 338, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 338, ""playerId"": 1, ""roll"": 5}" +game_started,"{""gameId"": 339}" +player_joins_game,"{""gameId"": 339, ""playerId"": 7}" +player_joins_game,"{""gameId"": 339, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 339, ""playerId"": 7, ""roll"": 6}" +game_started,"{""gameId"": 340}" +player_joins_game,"{""gameId"": 340, ""playerId"": 3}" +player_joins_game,"{""gameId"": 340, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 340, ""playerId"": 3, ""roll"": 2}" +game_started,"{""gameId"": 341}" +player_joins_game,"{""gameId"": 341, ""playerId"": 4}" +player_joins_game,"{""gameId"": 341, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 341, ""playerId"": 4, ""roll"": 1}" +game_started,"{""gameId"": 342}" +player_joins_game,"{""gameId"": 342, ""playerId"": 4}" +player_joins_game,"{""gameId"": 342, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 342, ""playerId"": 4, ""roll"": 5}" +game_started,"{""gameId"": 343}" +player_joins_game,"{""gameId"": 343, ""playerId"": 5}" +player_joins_game,"{""gameId"": 343, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 343, ""playerId"": 13, ""roll"": 3}" +game_started,"{""gameId"": 344}" +player_joins_game,"{""gameId"": 344, ""playerId"": 5}" +player_joins_game,"{""gameId"": 344, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 344, ""playerId"": 5, ""roll"": 6}" +game_started,"{""gameId"": 345}" +player_joins_game,"{""gameId"": 345, ""playerId"": 2}" +player_joins_game,"{""gameId"": 345, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 345, ""playerId"": 11, ""roll"": 4}" +game_started,"{""gameId"": 346}" +player_joins_game,"{""gameId"": 346, ""playerId"": 10}" +player_joins_game,"{""gameId"": 346, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 346, ""playerId"": 17, ""roll"": 6}" +game_started,"{""gameId"": 347}" +player_joins_game,"{""gameId"": 347, ""playerId"": 3}" +player_joins_game,"{""gameId"": 347, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 347, ""playerId"": 3, ""roll"": 2}" +game_started,"{""gameId"": 348}" +player_joins_game,"{""gameId"": 348, ""playerId"": 8}" +player_joins_game,"{""gameId"": 348, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 348, ""playerId"": 12, ""roll"": 4}" +game_started,"{""gameId"": 349}" +player_joins_game,"{""gameId"": 349, ""playerId"": 1}" +player_joins_game,"{""gameId"": 349, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 349, ""playerId"": 14, ""roll"": 5}" +game_started,"{""gameId"": 350}" +player_joins_game,"{""gameId"": 350, ""playerId"": 4}" +player_joins_game,"{""gameId"": 350, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 350, ""playerId"": 4, ""roll"": 5}" +game_started,"{""gameId"": 351}" +player_joins_game,"{""gameId"": 351, ""playerId"": 3}" +player_joins_game,"{""gameId"": 351, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 3, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 351, ""playerId"": 14, ""roll"": 5}" +game_started,"{""gameId"": 352}" +player_joins_game,"{""gameId"": 352, ""playerId"": 4}" +player_joins_game,"{""gameId"": 352, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 352, ""playerId"": 18, ""roll"": 4}" +game_started,"{""gameId"": 353}" +player_joins_game,"{""gameId"": 353, ""playerId"": 8}" +player_joins_game,"{""gameId"": 353, ""playerId"": 14}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 353, ""playerId"": 14, ""roll"": 2}" +game_started,"{""gameId"": 354}" +player_joins_game,"{""gameId"": 354, ""playerId"": 1}" +player_joins_game,"{""gameId"": 354, ""playerId"": 13}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 13, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 354, ""playerId"": 1, ""roll"": 5}" +game_started,"{""gameId"": 355}" +player_joins_game,"{""gameId"": 355, ""playerId"": 5}" +player_joins_game,"{""gameId"": 355, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 355, ""playerId"": 16, ""roll"": 5}" +game_started,"{""gameId"": 356}" +player_joins_game,"{""gameId"": 356, ""playerId"": 4}" +player_joins_game,"{""gameId"": 356, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 356, ""playerId"": 4, ""roll"": 6}" +game_started,"{""gameId"": 357}" +player_joins_game,"{""gameId"": 357, ""playerId"": 1}" +player_joins_game,"{""gameId"": 357, ""playerId"": 20}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 20, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 357, ""playerId"": 1, ""roll"": 2}" +game_started,"{""gameId"": 358}" +player_joins_game,"{""gameId"": 358, ""playerId"": 4}" +player_joins_game,"{""gameId"": 358, ""playerId"": 17}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 358, ""playerId"": 17, ""roll"": 6}" +game_started,"{""gameId"": 359}" +player_joins_game,"{""gameId"": 359, ""playerId"": 8}" +player_joins_game,"{""gameId"": 359, ""playerId"": 12}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 12, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 359, ""playerId"": 8, ""roll"": 4}" +game_started,"{""gameId"": 360}" +player_joins_game,"{""gameId"": 360, ""playerId"": 2}" +player_joins_game,"{""gameId"": 360, ""playerId"": 16}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 16, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 360, ""playerId"": 2, ""roll"": 6}" +game_started,"{""gameId"": 361}" +player_joins_game,"{""gameId"": 361, ""playerId"": 10}" +player_joins_game,"{""gameId"": 361, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 361, ""playerId"": 10, ""roll"": 5}" +game_started,"{""gameId"": 362}" +player_joins_game,"{""gameId"": 362, ""playerId"": 9}" +player_joins_game,"{""gameId"": 362, ""playerId"": 18}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 362, ""playerId"": 18, ""roll"": 6}" +game_started,"{""gameId"": 363}" +player_joins_game,"{""gameId"": 363, ""playerId"": 9}" +player_joins_game,"{""gameId"": 363, ""playerId"": 15}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 15, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 363, ""playerId"": 9, ""roll"": 2}" +game_started,"{""gameId"": 364}" +player_joins_game,"{""gameId"": 364, ""playerId"": 5}" +player_joins_game,"{""gameId"": 364, ""playerId"": 19}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 19, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 364, ""playerId"": 5, ""roll"": 6}" +game_started,"{""gameId"": 365}" +player_joins_game,"{""gameId"": 365, ""playerId"": 4}" +player_joins_game,"{""gameId"": 365, ""playerId"": 11}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 4}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 2}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 1}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 5}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 6}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 11, ""roll"": 3}" +player_rolls_dice,"{""gameId"": 365, ""playerId"": 4, ""roll"": 3}" diff --git a/sample_data/tournament_board.json b/sample_data/tournament_board.json new file mode 100644 index 0000000..9bac1e1 --- /dev/null +++ b/sample_data/tournament_board.json @@ -0,0 +1,23 @@ +{ + "size": 100, + "ladders": [ + { "landing": 4, "destination": 10 }, + { "landing": 6, "destination": 14 }, + { "landing": 31, "destination": 40 }, + { "landing": 32, "destination": 34 }, + { "landing": 48, "destination": 55 }, + { "landing": 57, "destination": 58 }, + { "landing": 77, "destination": 87 }, + { "landing": 79, "destination": 80 } + ], + "snakes": [ + { "landing": 13, "destination": 9 }, + { "landing": 21, "destination": 14 }, + { "landing": 28, "destination": 11 }, + { "landing": 39, "destination": 33 }, + { "landing": 62, "destination": 43 }, + { "landing": 65, "destination": 63 }, + { "landing": 66, "destination": 60 }, + { "landing": 75, "destination": 71 } + ] +} \ No newline at end of file diff --git a/snakes_and_ladders.sublime-project b/snakes_and_ladders.sublime-project new file mode 100644 index 0000000..308e887 --- /dev/null +++ b/snakes_and_ladders.sublime-project @@ -0,0 +1,28 @@ +{ + "folders": + [ + { + "path": "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders" + } + ], + "settings": + { + "LSP": + { + "lsp-typescript": + { + "enabled": false + }, + "typescript-language-server": + { + "enabled": true + } + }, + "on_pre_save_language": + [ + { + "command": "js_prettier" + } + ] + } +} diff --git a/snakes_and_ladders.sublime-workspace b/snakes_and_ladders.sublime-workspace new file mode 100644 index 0000000..f7c604f --- /dev/null +++ b/snakes_and_ladders.sublime-workspace @@ -0,0 +1,1362 @@ +{ + "auto_complete": + { + "selected_items": + [ + [ + "handle", + "handler" + ], + [ + "Game", + "GameError" + ], + [ + "Player", + "PlayerJoinedEvent" + ], + [ + "game", + "gameEvent" + ], + [ + "Pl", + "Player" + ], + [ + "pla", + "playerId" + ], + [ + "new", + "newGame" + ], + [ + "gameE", + "gameEvents" + ], + [ + "gam", + "game_started" + ], + [ + "Gam", + "GameEvent" + ], + [ + "Playe", + "PlayerJoinedEvent" + ], + [ + "even", + "eventType" + ], + [ + "event", + "eventPayload" + ], + [ + "row", + "rowNumber" + ], + [ + "payload", + "payloadData\t Variable" + ], + [ + "Games", + "GamesLogParser" + ], + [ + "eve", + "event_type" + ], + [ + "require", + "requirePropertiesFor" + ], + [ + "for", + "forEach\t Method" + ], + [ + "GamesLog", + "GamesLogError\t Variable" + ], + [ + "Buffer", + "BufferEncoding\t Class" + ], + [ + "par", + "parse" + ], + [ + "GameLog", + "GameLogError\t Class" + ], + [ + "Respon", + "ResponseWithoutHeaders\t Class" + ], + [ + "create", + "createLabel\t Function" + ], + [ + "pa", + "parseQuotedString" + ], + [ + "str", + "string\t Keyword" + ], + [ + "poo", + "poolOrder" + ], + [ + "det", + "detailsArr" + ], + [ + "array_fil", + "array_filter" + ], + [ + "send", + "sendExecEmails" + ], + [ + "exec", + "execSubject" + ], + [ + "no", + "noReplyEmail" + ], + [ + "suppo", + "supportEmail" + ], + [ + "view", + "viewOptions" + ], + [ + "sh", + "show" + ], + [ + "con", + "context" + ], + [ + "sho", + "showFormattedComment" + ], + [ + "comm", + "commentChanged" + ], + [ + "preg_r", + "preg_replace" + ], + [ + "formatted", + "formatted_comment" + ], + [ + "it", + "items" + ], + [ + "formatte", + "formatted_comment" + ], + [ + "forma", + "formattedComment" + ], + [ + "html", + "htmlComment" + ], + [ + "sur", + "surchargeTitle" + ], + [ + "paymen", + "paymentMethod" + ], + [ + "pay", + "paymentMethodTitle" + ], + [ + "list-s", + "list-style-type\tproperty" + ], + [ + "mo", + "modifierCost" + ], + [ + "mod", + "modifierCost" + ], + [ + "last", + "lastIndex" + ], + [ + "modi", + "modifiers" + ], + [ + "cate", + "category" + ], + [ + "catego", + "categories" + ], + [ + "modfie", + "modifierCategories" + ], + [ + "cat", + "category" + ], + [ + "deliv", + "deliveryTime" + ], + [ + "OrderC", + "OrderCommentContext" + ], + [ + "del", + "delays" + ], + [ + "nin", + "ninja_process" + ], + [ + "delay", + "delay-disabled" + ], + [ + "add", + "addClass" + ], + [ + "btn", + "btnEl" + ], + [ + "keys", + "keysetor" + ], + [ + "Db", + "DbPool" + ], + [ + "install", + "install_url" + ], + [ + "loca", + "locationMinimumStoreDelayForDriver" + ], + [ + "loc", + "location" + ], + [ + "igno", + "ignoreLocation" + ], + [ + "minimum", + "minimum_store_delay" + ], + [ + "pro", + "prototype" + ], + [ + "Delay", + "DelayController" + ], + [ + "dela", + "delayController" + ], + [ + "Dela", + "DelayController" + ], + [ + "acti", + "activeDelay" + ], + [ + "lo", + "locationDelay" + ], + [ + "is_in", + "is_int" + ], + [ + "grid-aut", + "grid-auto-flow\tproperty" + ], + [ + "col", + "columnAliases" + ], + [ + "select", + "selectExpr" + ], + [ + "qu", + "query" + ], + [ + "query", + "queryStr" + ], + [ + "que", + "queryStr" + ], + [ + "_psi", + "_psigate_vape_token" + ], + [ + "rq", + "requestedTokens" + ], + [ + "reques", + "requestedTokens" + ], + [ + "getFil", + "getFilteredTokens" + ], + [ + "misc", + "miscTokenColumn" + ], + [ + "tok", + "tokens" + ], + [ + "or", + "orderTransaction" + ], + [ + "depo", + "depositErrorColumn" + ], + [ + "column", + "columnGroups" + ], + [ + "rece", + "receiptsTotal" + ], + [ + "receipts", + "receiptsTotal" + ], + [ + "has", + "hasDeposit" + ], + [ + "where", + "where-clause" + ], + [ + "val", + "values" + ], + [ + "v", + "value" + ], + [ + "va", + "values" + ], + [ + "bet", + "betweenFilter" + ], + [ + "date", + "dateStr" + ], + [ + "equa", + "equalsFilter" + ], + [ + "inpu", + "inputEl" + ], + [ + "_in", + "_inputType" + ], + [ + "in", + "inputType" + ], + [ + "set", + "setAttribute" + ], + [ + "re", + "requestedFilters" + ], + [ + "_fil", + "_filterValuesEl" + ], + [ + "_upda", + "_updateColumnSelect" + ], + [ + "remove", + "removeChild" + ], + [ + "column-fil", + "column-filters" + ], + [ + "quer", + "querySelector" + ], + [ + "up", + "updateAllElements" + ], + [ + "sele", + "selectValue" + ], + [ + "Colu", + "ColumnSelectElement" + ], + [ + "_bu", + "_built" + ], + [ + "COl", + "ColumnSelectElement" + ], + [ + "data-filt", + "data-filter" + ], + [ + "get", + "getAttribute" + ], + [ + "fil", + "filterName" + ], + [ + "ord", + "orderTransactionColumns" + ], + [ + "colum", + "columnGroup" + ], + [ + "_v", + "_values" + ], + [ + "querySele", + "querySelectorAll" + ], + [ + "_va", + "_valuesEl" + ], + [ + "getA", + "getAttributeNames" + ], + [ + "button", + "buttonEl" + ] + ] + }, + "buffers": + [ + { + "file": "src/game/game.ts", + "settings": + { + "buffer_size": 398, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, + { + "file": "src/game/events/event_processor.ts", + "settings": + { + "buffer_size": 233, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, + { + "settings": + { + "buffer_size": 0, + "line_ending": "Unix" + } + }, + { + "file": "src/game/player.ts", + "settings": + { + "buffer_size": 399, + "line_ending": "Unix" + } + }, + { + "file": "src/logging/games_log.ts", + "settings": + { + "buffer_size": 2176, + "line_ending": "Unix" + } + } + ], + "build_system": "", + "build_system_choices": + [ + ], + "build_varint": "", + "command_palette": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + [ + "enab", + "LSP: Enable Language Server in Project" + ], + [ + "disab", + "LSP: Disable Language Server in Project" + ], + [ + "disabl", + "LSP: Disable Language Server Globally" + ], + [ + "enable", + "LSP: Enable Language Server in Project" + ], + [ + "pasc", + "Convert Case: PascalCase" + ], + [ + "case", + "Convert Case: PascalCase" + ], + [ + "conver", + "Convert Case: PascalCase" + ], + [ + "install", + "Package Control: Install Package" + ], + [ + "lsp", + "LSP: Enable Language Server in Project" + ], + [ + "instal", + "Package Control: Install Package" + ], + [ + "istall", + "Package Control: Install Package" + ], + [ + "Package Control: ", + "Package Control: Remove Package" + ], + [ + "in", + "Package Control: Install Package" + ], + [ + "Package Control: remov", + "Package Control: Remove Package" + ] + ], + "width": 0.0 + }, + "console": + { + "height": 157.0, + "history": + [ + ] + }, + "distraction_free": + { + "menu_visible": true, + "show_minimap": false, + "show_open_files": false, + "show_tabs": false, + "side_bar_visible": false, + "status_bar_visible": false + }, + "expanded_folders": + [ + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/common_errors", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/game", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/game/events", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/logging", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/tournament", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/utils", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/utils/csv_parser" + ], + "file_history": + [ + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/tournament/tournament.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/utils/csv_parser/csv_parser.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/main.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/logging/games_log_error.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/game/player.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/game/game.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/game/game_error.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/logging/games_log.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/logging/games_log_parser.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/common_errors/rule_violation_error.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/game/events/game_event.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/game/events/player_joined_event.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/game/events/player_rolled_event.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/tsconfig.json", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/classes.txt", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/test.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/.eslintrc.js", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/game_log.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/utils/csv_parser/stream.ts", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/snakes_and_ladders.sublime-project", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/package.json", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/dist/main.js", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/dist/utils/csv_parser/csv_parser.js", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/.prettierignore", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/main.js", + "/home/ben/Programming/Websites/CV/src/main.js", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/online_orders/manage.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/bin/HtmlEmailHelper.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/proc/OrderProcessor.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Emails.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/bin/LocationHelper.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/process_restaurant.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/test/pool_drivers.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/dispatch/checkout/restaurant/javascript.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/process_admin.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/lib/User.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/bin/MenuHelper.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/test/delete_menu.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/online_orders/export_download.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/online_orders/export.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/api_history/manage.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/dispatch/overview/restaurant/javascript.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/website_pages/forms/menu_checkout/checkout.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/bin/PoolDbMenuHelper.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/cron.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Deposit/DepositsStatementDateColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/OrderTransactionModel.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/bin/Order.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Views/Emails/OrderConfirmationEmail.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/dispatch/view/details.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/bin/PoolDbHelper.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/bin/Autodispatch.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/lib/Gps.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/dispatch/checkout.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/process_guest.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Views/Orders/OrderComment.mustache", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/bin/OrderHelper.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Views/Emails/OrderConfirmationEmail.mustache", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/reports/manage/list.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/test/order_comment.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/bin/EmailHelper.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/test/view_test.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Db/Db.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Views/Orders/OrderComment.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Db/Query.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/dispatch/overview/restaurant/reject_order.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/website_pages/forms/menu_checkout/review.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/etc/update/1.8.1.2-Formatted_Comment.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/admin/ninja/ninjaviews/Orders/OrderComment.mustache", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/admin/ninja/ninjaviews/Orders/OrderComment.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/admin/ninja/ninja-views/View.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/lib/Ninja.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/dispatch/overview/restaurant/layout.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/bin/SharedMenuHelper.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/website_pages/forms/menu_checkout/location.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/skins/admin/blocks/navigation.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/bin/BusinessCheckoutHelper.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/bin/Location.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/skins/admin/blocks/restaurant_navigation.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/online_orders/edit_cat.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/api_records_old/manage.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/chat/widget.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/etc/update/1.8.1.1-Store_Delay.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/etc/update/1.8.0.9-Coupon_Modifiers.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/dispatch/checkout/default/default_layout.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/dispatch/checkout/default/javascript.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/bin/CouponHelper.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Deposit/DepositsReserveReleaseColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Deposit/DepositsNetColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Deposit/DepositsSalesColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersCanceledColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersCompletedColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Deposit/DepositsTransactionURLColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Misc/MiscDepositErrorColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/reports/reconciliation.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Views/Reports/Reconciliation/OrderTransactionTable.mustache", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/DepositGroup.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Views/Reports/Reconciliation/OrderTransactionTable.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Deposit/DepositsSourceColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Deposit/DepositsOrderNetColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Slip/SlipsStatementDateColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Misc/MiscTokenColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/lib/PSIGate.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/apps/reports/funds/report.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/Column.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Receipt/ReceiptsDeliveryFeeColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Receipt/ReceiptsDeliveryTaxColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Receipt/ReceiptsDispatchNinjaFeeColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Receipt/ReceiptsDriverDispatchFeeColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Receipt/ReceiptsOrderPriceColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Receipt/ReceiptsOrderTaxColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Receipt/ReceiptsProcessingFeeColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Receipt/ReceiptsRoundingErrorColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Receipt/ReceiptsSurchargeTotalColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Receipt/ReceiptsTipColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Receipt/ReceiptsTotalColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Deposit/DepositsCreditsRefundsColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Deposit/DepositsIDColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersApprovedColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersCancelledReasonColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersClientAddressColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersClientLatitudeColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersClientLongitudeColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersClientNameColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersCommentColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersCreatedByColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersCustomerNameColumn.php", + "/home/ben/Programming/Work/DispatchNinja/Employment/Code/core/core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersOriginColumn.php" + ], + "find": + { + "height": 41.0 + }, + "find_in_files": + { + "height": 269.0, + "where_history": + [ + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/", + "/home/ben/Programming/Work/AuditSoft/snakes_and_ladders/snakes_and_ladders/src/game" + ] + }, + "find_state": + { + "case_sensitive": false, + "find_history": + [ + "string", + "extends Error", + "RuleViolationError", + "games", + "public", + "eventData", + "GameLog", + "<", + "this._", + " _", + "(stream) {", + "(stream));", + "(stream)", + "bo", + "headers", + "[string]" + ], + "highlight": true, + "in_selection": false, + "preserve_case": false, + "regex": true, + "replace_history": + [ + ], + "reverse": false, + "show_context": true, + "use_buffer2": true, + "whole_word": false, + "wrap": true + }, + "groups": + [ + { + "selected": 4, + "sheets": + [ + { + "buffer": 0, + "file": "src/game/game.ts", + "semi_transient": false, + "settings": + { + "buffer_size": 398, + "regions": + { + }, + "selection": + [ + [ + 391, + 391 + ] + ], + "settings": + { + "auto_complete_triggers": + [ + { + "characters": "<", + "selector": "text.html" + }, + { + "characters": ".\"'/@<", + "selector": "source.ts" + } + ], + "lsp_active": true, + "lsp_language": + { + "typescript-language-server": "typescript" + }, + "show_definitions": false, + "syntax": "Packages/TypeScript Syntax/TypeScript.tmLanguage" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 2, + "type": "text" + }, + { + "buffer": 1, + "file": "src/game/events/event_processor.ts", + "semi_transient": false, + "settings": + { + "buffer_size": 233, + "regions": + { + }, + "selection": + [ + [ + 226, + 226 + ] + ], + "settings": + { + "auto_complete_triggers": + [ + { + "characters": "<", + "selector": "text.html" + }, + { + "characters": ".\"'/@<", + "selector": "source.ts" + } + ], + "lsp_active": true, + "lsp_language": + { + "typescript-language-server": "typescript" + }, + "show_definitions": false, + "syntax": "Packages/TypeScript Syntax/TypeScript.tmLanguage" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 3, + "type": "text" + }, + { + "buffer": 2, + "semi_transient": false, + "settings": + { + "buffer_size": 0, + "regions": + { + }, + "selection": + [ + [ + 0, + 0 + ] + ], + "settings": + { + "syntax": "Packages/Text/Plain text.tmLanguage" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 4, + "type": "text" + }, + { + "buffer": 3, + "file": "src/game/player.ts", + "semi_transient": false, + "settings": + { + "buffer_size": 399, + "regions": + { + }, + "selection": + [ + [ + 0, + 0 + ] + ], + "settings": + { + "lsp_active": true, + "lsp_language": + { + "typescript-language-server": "typescript" + }, + "show_definitions": false, + "syntax": "Packages/TypeScript Syntax/TypeScript.tmLanguage", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 1, + "type": "text" + }, + { + "buffer": 4, + "file": "src/logging/games_log.ts", + "semi_transient": true, + "settings": + { + "buffer_size": 2176, + "regions": + { + }, + "selection": + [ + [ + 0, + 0 + ] + ], + "settings": + { + "lsp_active": true, + "lsp_language": + { + "typescript-language-server": "typescript" + }, + "show_definitions": false, + "syntax": "Packages/TypeScript Syntax/TypeScript.tmLanguage", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 227.0, + "zoom_level": 1.0 + }, + "stack_index": 0, + "type": "text" + } + ] + } + ], + "incremental_find": + { + "height": 28.0 + }, + "input": + { + "height": 83.0 + }, + "layout": + { + "cells": + [ + [ + 0, + 0, + 1, + 1 + ] + ], + "cols": + [ + 0.0, + 1.0 + ], + "rows": + [ + 0.0, + 1.0 + ] + }, + "menu_visible": true, + "output.SublimeLinter": + { + "height": 190.0 + }, + "output.SublimeLinter Messages": + { + "height": 126.0 + }, + "output.diagnostics": + { + "height": 126.0 + }, + "output.doc": + { + "height": 126.0 + }, + "output.find_results": + { + "height": 0.0 + }, + "output.language servers": + { + "height": 126.0 + }, + "output.mdpopups": + { + "height": 0.0 + }, + "pinned_build_system": "", + "project": "snakes_and_ladders.sublime-project", + "replace": + { + "height": 52.0 + }, + "save_all_on_build": true, + "select_file": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + [ + "pool_dr", + "apps/test/pool_drivers.php" + ], + [ + "user", + "core/lib/User.php" + ], + [ + "checkout", + "apps/website_pages/forms/menu_checkout/checkout.php" + ], + [ + "OrderPro", + "core/proc/OrderProcessor.php" + ], + [ + "checko", + "apps/dispatch/checkout.php" + ], + [ + "test", + "apps/test/view_test.php" + ], + [ + "viewt", + "apps/test/view_test.php" + ], + [ + "ord", + "core/bin/Order.php" + ], + [ + "process_re", + "core/process_restaurant.php" + ], + [ + "order.p", + "core/bin/Order.php" + ], + [ + "order_comm", + "apps/test/order_comment.php" + ], + [ + "OrderComm", + "core/Views/Orders/OrderComment.php" + ], + [ + "order com", + "apps/test/order_comment.php" + ], + [ + "order comm", + "apps/test/order_comment.php" + ], + [ + "navi", + "skins/admin/blocks/navigation.php" + ], + [ + "locati", + "core/bin/Location.php" + ], + [ + "couponhel", + "core/bin/CouponHelper.php" + ], + [ + "psiga", + "core/lib/PSIGate.php" + ], + [ + "col", + "core/Lib/Reports/Reconciliation/Column.php" + ], + [ + "quer", + "core/Lib/Db/Query.php" + ], + [ + "query", + "core/Lib/Db/Query.php" + ], + [ + "queryy", + "skins/admin/js/filemanager/js/jPlayer/jplayer/jquery.jplayer.js" + ], + [ + "cre", + "core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersCreatedColumn.php" + ], + [ + "create", + "core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersCreatedColumn.php" + ], + [ + "recon", + "apps/reports/reconciliation.php" + ], + [ + "created", + "core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersCreatedColumn.php" + ], + [ + "reconc", + "apps/reports/reconciliation.php" + ], + [ + "Loca", + "core/bin/Location.php" + ], + [ + "User", + "core/lib/User.php" + ], + [ + "Loc", + "core/bin/Location.php" + ], + [ + "re", + "apps/reports/reconciliation.php" + ], + [ + "core", + "core/core.php" + ], + [ + "columnsele", + "core/Views/Reports/Reconciliation/ColumnSelection.mustache" + ], + [ + "recoci", + "apps/reports/reconciliation.php" + ], + [ + "", + "core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersPlatformColumn.php" + ], + [ + "colu", + "core/Lib/Reports/Reconciliation/Column.php" + ], + [ + "column", + "core/Views/Reports/Reconciliation/ColumnFilters.mustache" + ], + [ + "platform", + "core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersPlatformColumn.php" + ], + [ + "colum", + "core/Views/Reports/Reconciliation/ColumnFilters.mustache" + ], + [ + "mustach", + "core/Views/Reports/Reconciliation/ColumnFilters.mustache" + ], + [ + "columnfilt", + "core/Views/Reports/Reconciliation/ColumnFilters.mustache" + ], + [ + "mustache", + "core/Views/Reports/Reconciliation/ColumnFilters.mustache" + ], + [ + "platfo", + "core/Lib/Reports/Reconciliation/ColumnGroups/Order/OrdersPlatformColumn.php" + ], + [ + "orderTran", + "core/Lib/Reports/Reconciliation/OrderTransactionColumns.php" + ], + [ + "reconci", + "apps/reports/reconciliation.php" + ], + [ + "util", + "core/Lib/Utils.php" + ], + [ + "reconcil", + "apps/reports/reconciliation.php" + ], + [ + "ordertran", + "core/Views/Reports/Reconciliation/OrderTransactionTable.php" + ], + [ + "ordertra", + "core/Views/Reports/Reconciliation/OrderTransactionTable.php" + ], + [ + "ordertrans", + "core/Lib/Reports/Reconciliation/OrderTransactionModel.php" + ], + [ + "ordertr", + "core/Lib/Reports/Reconciliation/OrderTransactionModel.php" + ], + [ + "receip", + "core/Lib/Reports/Reconciliation/ColumnGroups/ReceiptGroup.php" + ], + [ + "misc", + "core/Lib/Reports/Reconciliation/ColumnGroups/Misc/MiscTokenColumn.php" + ], + [ + "tokencol", + "core/Lib/Reports/Reconciliation/ColumnGroups/Misc/MiscTokenColumn.php" + ] + ], + "width": 0.0 + }, + "select_project": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + ], + "width": 0.0 + }, + "select_symbol": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + ], + "width": 0.0 + }, + "selected_group": 0, + "settings": + { + }, + "show_minimap": true, + "show_open_files": false, + "show_tabs": true, + "side_bar_visible": true, + "side_bar_width": 277.0, + "status_bar_visible": true, + "template_settings": + { + } +} diff --git a/src/common_errors/base_error.ts b/src/common_errors/base_error.ts new file mode 100644 index 0000000..767e1e3 --- /dev/null +++ b/src/common_errors/base_error.ts @@ -0,0 +1 @@ +export class BaseError extends Error {} diff --git a/src/game/board.ts b/src/game/board.ts new file mode 100644 index 0000000..050c380 --- /dev/null +++ b/src/game/board.ts @@ -0,0 +1,124 @@ +import { readFile } from "fs/promises"; +import { BoardLoadError } from "./errors/board_load_error.js"; + +interface ISnakeOrLadder { + landing: number; + destination: number; +} + +export interface IBoardData { + size: number; + ladders: ISnakeOrLadder[]; + snakes: ISnakeOrLadder[]; +} + +export class Board { + public size: number; + private snakeMap: Map = new Map(); + private ladderMap: Map = new Map(); + + static async loadFromFile( + filename: string, + encoding: BufferEncoding = "utf-8" + ) { + let rawData; + try { + rawData = await readFile(filename, { encoding }); + } catch (err) { + throw new BoardLoadError(`Unable to read file: ${filename}`); + } + + let jsonData; + try { + jsonData = JSON.parse(rawData); + } catch (err) { + throw new BoardLoadError("Invalid JSON"); + } + + if (typeof jsonData !== "object") { + throw new BoardLoadError("JSON does not contain board object"); + } + + if ( + !("ladders" in jsonData && "snakes" in jsonData && "size" in jsonData) + ) { + throw new BoardLoadError("Missing properties in board object"); + } + + if (!Number.isInteger(jsonData.size)) { + throw new BoardLoadError("Invalid board size"); + } + + const boardData: IBoardData = { + size: jsonData.size, + snakes: [], + ladders: [], + }; + + const props: Array<"snakes" | "ladders"> = ["snakes", "ladders"]; + for (const prop of props) { + const transportData = jsonData[prop]; + + if (!Array.isArray(transportData)) { + throw new BoardLoadError(`Invalid "${prop}" property in board object`); + } + + for (const transport of transportData) { + if ( + typeof transport !== "object" || + !("landing" in transport) || + !Number.isInteger(transport.landing) || + !("destination" in transport) || + !Number.isInteger(transport.destination) + ) { + const repr = JSON.stringify(transport); + // Remove plural + const transportType = prop.replace(/s$/, prop); + throw new BoardLoadError(`Invalid ${transportType} entry: ${repr}`); + } + + boardData[prop].push({ + landing: transport.landing, + destination: transport.destination, + }); + } + } + + return new Board(boardData); + } + + constructor(boardData: IBoardData) { + this.size = boardData.size; + for (const transport of boardData.snakes) { + if (transport.landing <= transport.destination) { + throw new BoardLoadError( + "Invalid snake, landing not greater than destination" + ); + } + this.snakeMap.set(transport.landing, transport.destination); + } + for (const transport of boardData.ladders) { + if (transport.landing >= transport.destination) { + throw new BoardLoadError( + "Invalid ladder, landing not less than destination" + ); + } + this.ladderMap.set(transport.landing, transport.destination); + } + } + + tileHasSnake(pos: number) { + return this.snakeMap.has(pos); + } + + tileHasLadder(pos: number) { + return this.ladderMap.has(pos); + } + + calculateLandingPosition(pos: number) { + return Math.min( + this.ladderMap.get(pos) ?? this.snakeMap.get(pos) ?? pos, + this.size + ); + } +} diff --git a/src/game/errors/board_load_error.ts b/src/game/errors/board_load_error.ts new file mode 100644 index 0000000..bc6d649 --- /dev/null +++ b/src/game/errors/board_load_error.ts @@ -0,0 +1,7 @@ +import { GameError } from "./game_error.js"; + +export class BoardLoadError extends GameError { + constructor(message: string, options?: ErrorOptions) { + super(`Unable to load board: ${message}`, options); + } +} diff --git a/src/game/errors/duplicate_player_error.ts b/src/game/errors/duplicate_player_error.ts new file mode 100644 index 0000000..468b346 --- /dev/null +++ b/src/game/errors/duplicate_player_error.ts @@ -0,0 +1,7 @@ +import { GameError } from "./game_error.js"; + +export class DuplicatePlayerError extends GameError { + constructor(gameId: number, playerId: number, options?: ErrorOptions) { + super(`Game: ${gameId} already has player ${playerId}`, options); + } +} diff --git a/src/game/errors/game_complete_error.ts b/src/game/errors/game_complete_error.ts new file mode 100644 index 0000000..8115696 --- /dev/null +++ b/src/game/errors/game_complete_error.ts @@ -0,0 +1,11 @@ +import { GameError } from "./game_error.js"; + +export class GameCompleteError extends GameError { + constructor(gameId: number, playerId: number, options?: ErrorOptions) { + super( + `Player: ${playerId} attempted to participate in game: ${gameId}, but ` + + `this game has finished`, + options + ); + } +} diff --git a/src/game/errors/game_error.ts b/src/game/errors/game_error.ts new file mode 100644 index 0000000..7820894 --- /dev/null +++ b/src/game/errors/game_error.ts @@ -0,0 +1,2 @@ +import { BaseError } from "../../common_errors/base_error.js"; +export class GameError extends BaseError {} diff --git a/src/game/errors/not_participating_error.ts b/src/game/errors/not_participating_error.ts new file mode 100644 index 0000000..5bfa065 --- /dev/null +++ b/src/game/errors/not_participating_error.ts @@ -0,0 +1,16 @@ +import { GameError } from "./game_error.js"; + +export class NotParticipatingError extends GameError { + constructor( + gameId: number, + playerId: number, + action: string, + options?: ErrorOptions + ) { + super( + `Attempted to perform action: "${action}" with player: ${playerId} ` + + `despite them not being a participent of game: ${gameId}`, + options + ); + } +} diff --git a/src/game/errors/out_of_turn_error.ts b/src/game/errors/out_of_turn_error.ts new file mode 100644 index 0000000..c0fae68 --- /dev/null +++ b/src/game/errors/out_of_turn_error.ts @@ -0,0 +1,11 @@ +import { GameError } from "./game_error.js"; + +export class OutOfTurnError extends GameError { + constructor(gameId: number, playerId: number, options?: ErrorOptions) { + super( + `Player: ${playerId} attempted to roll dice out of turn in game: ` + + `${gameId}`, + options + ); + } +} diff --git a/src/game/events/game_event.ts b/src/game/events/game_event.ts new file mode 100644 index 0000000..6a3c96e --- /dev/null +++ b/src/game/events/game_event.ts @@ -0,0 +1,3 @@ +export class GameEvent { + constructor(public gameId: number) {} +} diff --git a/src/game/events/game_started_event.ts b/src/game/events/game_started_event.ts new file mode 100644 index 0000000..090f2f0 --- /dev/null +++ b/src/game/events/game_started_event.ts @@ -0,0 +1,3 @@ +import { GameEvent } from "./game_event.js"; + +export class GameStartedEvent extends GameEvent {} diff --git a/src/game/events/player_joined_event.ts b/src/game/events/player_joined_event.ts new file mode 100644 index 0000000..cd54760 --- /dev/null +++ b/src/game/events/player_joined_event.ts @@ -0,0 +1,7 @@ +import { GameEvent } from "./game_event.js"; + +export class PlayerJoinedEvent extends GameEvent { + constructor(gameId: number, public playerId: number) { + super(gameId); + } +} diff --git a/src/game/events/player_rolled_event.ts b/src/game/events/player_rolled_event.ts new file mode 100644 index 0000000..f7e7d48 --- /dev/null +++ b/src/game/events/player_rolled_event.ts @@ -0,0 +1,7 @@ +import { GameEvent } from "./game_event.js"; + +export class PlayerRolledEvent extends GameEvent { + constructor(gameId: number, public playerId: number, public roll: number) { + super(gameId); + } +} diff --git a/src/game/game.ts b/src/game/game.ts new file mode 100644 index 0000000..e3257d7 --- /dev/null +++ b/src/game/game.ts @@ -0,0 +1,110 @@ +import { Board } from "./board.js"; + +import { Player } from "./player.js"; + +import { DuplicatePlayerError } from "./errors/duplicate_player_error.js"; +import { NotParticipatingError } from "./errors/not_participating_error.js"; +import { OutOfTurnError } from "./errors/out_of_turn_error.js"; +import { GameCompleteError } from "./errors/game_complete_error.js"; + +class PlayerData { + pos: number = 0; + snakeCount: number = 0; + ladderCount: number = 0; +} + +export class Game { + public players: Map = new Map(); + private winningPlayer: Player | undefined; + private nextPlayer: Player | undefined; + + constructor(public gameId: number, public board: Board) {} + + get playerCount() { + return this.players.size; + } + + get winner() { + return this.winningPlayer; + } + + get isComplete() { + return this.winningPlayer !== undefined; + } + + addPlayer(player: Player) { + if (this.hasPlayer(player)) { + new DuplicatePlayerError(this.gameId, player.playerId); + } + this.players.set(player, new PlayerData()); + } + + hasPlayer(player: Player) { + return this.players.has(player); + } + + rollDice(player: Player, roll: number) { + const playerData = this.players.get(player); + if (!playerData) { + throw new NotParticipatingError( + this.gameId, + player.playerId, + "roll dice" + ); + } + + if (this.nextPlayer && this.nextPlayer !== player) { + throw new OutOfTurnError(this.gameId, player.playerId); + } + + if (this.winningPlayer) { + throw new GameCompleteError(this.gameId, player.playerId); + } + + const rollPos = playerData.pos + roll; + + if (this.board.tileHasLadder(rollPos)) { + playerData.ladderCount++; + } else if (this.board.tileHasSnake(rollPos)) { + playerData.snakeCount++; + } + + playerData.pos = this.board.calculateLandingPosition(rollPos); + if (playerData.pos >= this.board.size) { + this.winningPlayer = player; + } + + this.nextTurn(player); + } + + ladderCountForPlayer(player: Player) { + const playerData = this.players.get(player); + if (!playerData) { + throw new NotParticipatingError( + this.gameId, + player.playerId, + "get ladder count" + ); + } + return playerData.ladderCount; + } + + snakeCountForPlayer(player: Player) { + const playerData = this.players.get(player); + if (!playerData) { + throw new NotParticipatingError( + this.gameId, + player.playerId, + "get snake count" + ); + } + return playerData.snakeCount; + } + + private nextTurn(currentPlayer: Player) { + const players = Array.from(this.players.keys()); + const playerIndex = players.indexOf(currentPlayer); + const nextIndex = playerIndex === players.length - 1 ? 0 : playerIndex + 1; + this.nextPlayer = players[nextIndex]; + } +} diff --git a/src/game/player.ts b/src/game/player.ts new file mode 100644 index 0000000..bfa1114 --- /dev/null +++ b/src/game/player.ts @@ -0,0 +1,33 @@ +import { Game } from "./game.js"; +import { GameError } from "./errors/game_error.js"; +import { NotParticipatingError } from "./errors/not_participating_error.js"; + +export class Player { + public games: Game[] = []; + private rollCount = 0; + + constructor(public playerId: number) {} + + get rolls() { + return this.rollCount; + } + + join(game: Game) { + if (this.games.includes(game)) { + throw new GameError( + `Player: ${this.playerId} attempted to join the same game multiple ` + + `times` + ); + } + this.games.push(game); + } + + rollDice(game: Game, roll: number) { + if (!this.games.includes(game)) { + throw new NotParticipatingError(game.gameId, this.playerId, "roll dice"); + } + + this.rollCount++; + game.rollDice(this, roll); + } +} diff --git a/src/logging/errors/games_log_error.ts b/src/logging/errors/games_log_error.ts new file mode 100644 index 0000000..50fb9cd --- /dev/null +++ b/src/logging/errors/games_log_error.ts @@ -0,0 +1,7 @@ +import { BaseError } from "../../common_errors/base_error.js"; + +export class GamesLogError extends BaseError { + constructor(message?: string, options?: ErrorOptions | undefined) { + super(message || "Unable to parse game log", options); + } +} diff --git a/src/logging/games_log.ts b/src/logging/games_log.ts new file mode 100644 index 0000000..421e509 --- /dev/null +++ b/src/logging/games_log.ts @@ -0,0 +1,68 @@ +import { GamesLogError } from "./errors/games_log_error.js"; +import { GamesLogParser, LogData } from "./games_log_parser.js"; + +import { GameEvent } from "../game/events/game_event.js"; +import { GameStartedEvent } from "../game/events/game_started_event.js"; +import { PlayerJoinedEvent } from "../game/events/player_joined_event.js"; +import { PlayerRolledEvent } from "../game/events/player_rolled_event.js"; + +export class GamesLog { + private logData: LogData = []; + private gamesLogParser = new GamesLogParser(); + + async loadFile(filename: string, encoding?: BufferEncoding) { + this.logData = await this.gamesLogParser.parseFile(filename, encoding); + } + + async readEvents() { + return this.logData.map((row, rowNumber) => { + const payload = row.eventPayload; + const requireProperties = this.requirePropertiesFor(payload, rowNumber); + + let gameEvent: GameEvent; + switch (row.eventType) { + case "player_rolls_dice": + requireProperties("gameId", "playerId", "roll"); + gameEvent = new PlayerRolledEvent( + payload.gameId, + payload.playerId, + payload.roll + ); + break; + case "player_joins_game": + requireProperties("gameId", "playerId"); + gameEvent = new PlayerJoinedEvent(payload.gameId, payload.playerId); + break; + case "game_started": + requireProperties("gameId"); + gameEvent = new GameStartedEvent(payload.gameId); + break; + default: + throw new Error( + `Unknown event type: "${payload.eventType}" on row ${rowNumber}` + ); + } + + return gameEvent; + }); + } + + private requirePropertiesFor( + payload: { [key: string]: any }, + rowNumber: number + ) { + return (...props: string[]) => + props.forEach((name) => { + if (!(name in payload)) { + throw new GamesLogError( + `Missing property: ${name} for event on row ${rowNumber}` + ); + } + if (!Number.isInteger(payload[name])) { + throw new GamesLogError( + `Invalid value for: ${name} on row ${rowNumber}` + ); + } + }); + } +} diff --git a/src/logging/games_log_parser.ts b/src/logging/games_log_parser.ts new file mode 100644 index 0000000..23ef2bc --- /dev/null +++ b/src/logging/games_log_parser.ts @@ -0,0 +1,58 @@ +import { readFile } from "fs/promises"; + +import { CSVParser } from "../utils/csv_parser/csv_parser.js"; +import { GamesLogError } from "./errors/games_log_error.js"; + +export type LogData = { + eventType: string; + eventPayload: { [key: string]: any }; +}[]; + +export class GamesLogParser { + async parseFile(filename: string, encoding: BufferEncoding = "utf-8") { + let data; + try { + data = await readFile(filename, { encoding }); + } catch (err) { + throw new GamesLogError(`Unable to read log file: ${filename}`, { + cause: err instanceof Error ? err : undefined, + }); + } + return this.parse(data); + } + + parse(data: string): LogData { + const parser = new CSVParser({ headers: true }); + const csvData = parser.parse(data); + + return csvData.map((row, rowNumber) => { + if (!("event_type" in row)) { + throw new GamesLogError(`Missing event type on row: ${rowNumber}`); + } + if (!("event_payload" in row)) { + throw new GamesLogError(`Missing event payload on row: ${rowNumber}`); + } + + let eventPayload; + try { + eventPayload = JSON.parse(row.event_payload); + } catch (err) { + throw new GamesLogError( + "Unable to parse event payload on row: ${rowNumber}", + { + cause: err instanceof Error ? err : undefined, + } + ); + } + + if (typeof eventPayload !== "object") { + throw new GamesLogError("Invalid event payload on row: ${rowNumber}"); + } + + return { + eventType: row.event_type, + eventPayload, + }; + }); + } +} diff --git a/src/main.ts b/src/main.ts new file mode 100644 index 0000000..cfc5b96 --- /dev/null +++ b/src/main.ts @@ -0,0 +1,58 @@ +import { GamesLog } from "./logging/games_log.js"; +import { Tournament } from "./tournament/tournament.js"; +import { Board } from "./game/board.js"; +import { RankingReport } from "./reports/ranking_report.js"; +import { BaseError } from "./common_errors/base_error.js"; +import { ArgParse } from "./utils/arg_parse.js"; + +function printUsage() { + console.log("Usage: npm start -- boardFile gameLogFile [options]"); + console.log(" options:"); + console.log(" -m --maxPlayersPerGame Maximum players per game"); + console.log(" -d --debug Print stack trace on error"); +} + +async function main() { + // Validate command line arguments + const boardFilename = ArgParse.getStringArg(2); + if (!boardFilename) return printUsage(); + + const gameLogFilename = ArgParse.getStringArg(3); + if (!gameLogFilename) return printUsage(); + + const maxPlayersPerGame = + ArgParse.getIntegerArg("m", "maxPlayersPerGame") ?? 2; + + // Set up tournament + const board = await Board.loadFromFile(boardFilename); + const tournament = new Tournament(board, { maxPlayersPerGame }); + + // Retrieve game events + const gamesLog = new GamesLog(); + await gamesLog.loadFile(gameLogFilename); + const gameEvents = await gamesLog.readEvents(); + + // Process game events + tournament.processEvents(gameEvents); + tournament.requireCompletion(); + + // Generate and print report + const rankingReport = new RankingReport(tournament); + rankingReport.printPlayerSummary(); +} + +try { + await main(); +} catch (err) { + if (err instanceof BaseError) { + const printTrace = ArgParse.getBooleanArg("d", "debug"); + if (printTrace) { + console.error(err); + } else { + console.log(`Error: ${err.message}`); + } + } else { + // Non-Application Error, re-throw + throw err; + } +} diff --git a/src/reports/ranking_report.ts b/src/reports/ranking_report.ts new file mode 100644 index 0000000..924f78e --- /dev/null +++ b/src/reports/ranking_report.ts @@ -0,0 +1,40 @@ +import { Tournament } from "../tournament/tournament"; + +export class RankingReport { + constructor(public tournament: Tournament) {} + + printPlayerSummary() { + const sortedPlayers = this.tournament.players.sort( + (a, b) => a.playerId - b.playerId + ); + for (const player of sortedPlayers) { + const wins = player.games.reduce( + (wins, game) => wins + Number(game.winner === player), + 0 + ); + const losses = player.games.length - wins; + const ratio = (wins / player.games.length).toFixed(3); + const ladders = player.games.reduce( + (ladders, game) => ladders + game.ladderCountForPlayer(player), + 0 + ); + const snakes = player.games.reduce( + (snakes, game) => snakes + game.snakeCountForPlayer(player), + 0 + ); + + console.log( + `Player: ${player.playerId}: ` + + [ + `Win:${wins}`, + `Lose:${losses}`, + `Percent:${ratio}`, + `Rolls:${player.rolls}`, + `Ladders:${ladders}`, + `Snakes:${snakes}`, + ].join(", ") + + " ..." + ); + } + } +} diff --git a/src/tournament/errors/duplicate_game_error.ts b/src/tournament/errors/duplicate_game_error.ts new file mode 100644 index 0000000..f36e2ce --- /dev/null +++ b/src/tournament/errors/duplicate_game_error.ts @@ -0,0 +1,7 @@ +import { TournamentError } from "./tournament_error.js"; + +export class DuplicateGameError extends TournamentError { + constructor(gameId: number, options?: ErrorOptions) { + super(`Duplicate game is: ${gameId}`, options); + } +} diff --git a/src/tournament/errors/game_not_started_error.ts b/src/tournament/errors/game_not_started_error.ts new file mode 100644 index 0000000..0f0024e --- /dev/null +++ b/src/tournament/errors/game_not_started_error.ts @@ -0,0 +1,11 @@ +import { TournamentError } from "./tournament_error.js"; + +export class GameNotStartedError extends TournamentError { + constructor(gameId: number, playerId: number, options?: ErrorOptions) { + super( + `Player: ${playerId} attempted to participate in game: ${gameId}, but ` + + `that game hasn't started yet`, + options + ); + } +} diff --git a/src/tournament/errors/max_players_exceeded_error.ts b/src/tournament/errors/max_players_exceeded_error.ts new file mode 100644 index 0000000..8de3752 --- /dev/null +++ b/src/tournament/errors/max_players_exceeded_error.ts @@ -0,0 +1,17 @@ +import { TournamentError } from "./tournament_error.js"; + +export class MaxPlayersExceededError extends TournamentError { + constructor( + gameId: number, + playerId: number, + maxPlayers: number, + options?: ErrorOptions + ) { + super( + `Player: ${playerId} attempted to join game: ${gameId} which ` + + `already has the maximum number (${maxPlayers}) of permissible ` + + `players.`, + options + ); + } +} diff --git a/src/tournament/errors/tournament_error.ts b/src/tournament/errors/tournament_error.ts new file mode 100644 index 0000000..031f52b --- /dev/null +++ b/src/tournament/errors/tournament_error.ts @@ -0,0 +1,3 @@ +import { BaseError } from "../../common_errors/base_error.js"; + +export class TournamentError extends BaseError {} diff --git a/src/tournament/errors/tournament_incomplete_error.ts b/src/tournament/errors/tournament_incomplete_error.ts new file mode 100644 index 0000000..4842201 --- /dev/null +++ b/src/tournament/errors/tournament_incomplete_error.ts @@ -0,0 +1,11 @@ +import { TournamentError } from "./tournament_error.js"; + +export class TournamentIncompleteError extends TournamentError { + constructor(incompleteGameIds: number[], options?: ErrorOptions) { + const incompleteStr = incompleteGameIds.join(", "); + super( + "Tournament has the following incomplete game(s): " + incompleteStr, + options + ); + } +} diff --git a/src/tournament/tournament.ts b/src/tournament/tournament.ts new file mode 100644 index 0000000..ac04cb0 --- /dev/null +++ b/src/tournament/tournament.ts @@ -0,0 +1,116 @@ +import { EventProcessor, IEventProcessor } from "../utils/event_processor.js"; + +import { GameStartedEvent } from "../game/events/game_started_event.js"; +import { PlayerJoinedEvent } from "../game/events/player_joined_event.js"; +import { PlayerRolledEvent } from "../game/events/player_rolled_event.js"; + +import { Game } from "../game/game.js"; +import { Board } from "../game/board.js"; +import { Player } from "../game/player.js"; + +import { MaxPlayersExceededError } from "./errors/max_players_exceeded_error.js"; +import { GameNotStartedError } from "./errors/game_not_started_error.js"; +import { DuplicateGameError } from "./errors/duplicate_game_error.js"; +import { TournamentIncompleteError } from "./errors/tournament_incomplete_error.js"; + +// Provide Tournament class with additional EventProcessor methods +export interface Tournament extends IEventProcessor {} + +interface ITournamentOptions { + maxPlayersPerGame: number; +} + +@EventProcessor.watch +export class Tournament implements ITournamentOptions { + gamesMap = new Map(); + playersMap = new Map(); + + maxPlayersPerGame = 2; + + constructor(public board: Board, options: Partial = {}) { + Object.assign(this, options); + } + + get players() { + return Array.from(this.playersMap.values()); + } + + get games() { + return Array.from(this.gamesMap.values()); + } + + @EventProcessor.handle(GameStartedEvent) + onGameStarted(gameStartedEvent: GameStartedEvent) { + this.newGame(gameStartedEvent.gameId); + } + + @EventProcessor.handle(PlayerJoinedEvent) + onPlayerJoined(playerJoinedEvent: PlayerJoinedEvent) { + const game = this.getGame(playerJoinedEvent.gameId); + if (!game) { + throw new GameNotStartedError( + playerJoinedEvent.gameId, + playerJoinedEvent.playerId + ); + } + + const player = this.getOrCreatePlayer(playerJoinedEvent.playerId); + + if (game.playerCount >= this.maxPlayersPerGame) { + throw new MaxPlayersExceededError( + game.gameId, + player.playerId, + this.maxPlayersPerGame + ); + } + + player.join(game); + game.addPlayer(player); + } + + @EventProcessor.handle(PlayerRolledEvent) + onPlayerRolled(playerRolledEvent: PlayerRolledEvent) { + const game = this.getGame(playerRolledEvent.gameId); + if (!game) { + throw new GameNotStartedError( + playerRolledEvent.gameId, + playerRolledEvent.playerId + ); + } + + const player = this.getOrCreatePlayer(playerRolledEvent.playerId); + player.rollDice(game, playerRolledEvent.roll); + } + + getGame(gameId: number) { + return this.gamesMap.get(gameId); + } + + newGame(gameId: number) { + if (this.gamesMap.has(gameId)) { + throw new DuplicateGameError(gameId); + } + const game = new Game(gameId, this.board); + this.gamesMap.set(gameId, game); + return game; + } + + getOrCreatePlayer(playerId: number) { + let player = this.playersMap.get(playerId); + if (!player) { + player = new Player(playerId); + this.playersMap.set(playerId, player); + } + return player; + } + + requireCompletion() { + const incompleteGameIds = Array.from(this.gamesMap.values()) + .filter((game: Game) => !game.isComplete) + .map((game: Game) => game.gameId); + + if (incompleteGameIds.length) { + throw new TournamentIncompleteError(incompleteGameIds); + } + } +} diff --git a/src/utils/arg_parse.ts b/src/utils/arg_parse.ts new file mode 100644 index 0000000..cc69723 --- /dev/null +++ b/src/utils/arg_parse.ts @@ -0,0 +1,109 @@ +import assert from "assert"; + +const argv = [...process.argv]; +function next() { + return argv.shift(); +} + +function peek() { + return argv[0]; +} + +const positional: Array = []; +const named: { [key: string]: string | boolean } = {}; + +while (argv.length) { + const arg = next(); + if (arg === undefined) break; + + if (arg.startsWith("--")) { + const match = arg.match(/^--([^=]*)(=?)(.*)$/); + assert(match); + const name = match[1]; + if (!name.length) continue; + let value: string | boolean = true; + if (match[2] === "=") { + if (match[3].length) { + value = match[3]; + } + } else { + const nextArg = peek(); + if (nextArg && !nextArg.startsWith("-")) { + next(); + value = nextArg; + } + } + named[name] = value; + } else if (arg.startsWith("-")) { + const match = arg.match(/^-(.*?)(=?)([^=a-zA-Z]*)$/); + assert(match); + const names = match[1].split(""); + if (!names.length) continue; + while (names.length > 1) { + const name = names.shift(); + if (name && name.length) { + named[name] = true; + } + } + let lastName = names.shift(); + if (!lastName) continue; + let lastValue: string | boolean = true; + if (match[2] === "=") { + if (match[3].length) { + lastValue = match[3]; + } + } else { + const nextArg = peek(); + if (nextArg && !nextArg.startsWith("-")) { + next(); + lastValue = nextArg; + } + } + named[lastName] = lastValue; + } else { + positional.push(arg); + } +} + +function getArg(...nameOrPositions: Array) { + let value: string | boolean | undefined; + for (const nameOrPosition of nameOrPositions) { + if (typeof nameOrPosition === "string") { + const name = nameOrPosition; + if (name in named) { + value = named[name]; + break; + } + } else if (Number.isInteger(nameOrPosition)) { + const position = nameOrPosition; + if (position < positional.length) { + return positional[position]; + } + } + } + return value; +} + +export const ArgParse = { + argv: { + _: positional, + ...named, + }, + getStringArg(...nameOrPositions: Array): string | undefined { + const value = getArg(...nameOrPositions); + if (typeof value === "string") { + return value; + } + }, + getBooleanArg(...nameOrPositions: Array): boolean { + return Boolean(getArg(...nameOrPositions)); + }, + getIntegerArg( + ...nameOrPositions: Array + ): number | undefined { + const value = Number(getArg(...nameOrPositions)); + if (Number.isInteger(value)) { + return value; + } + }, +}; diff --git a/src/utils/csv_parser/csv_parser.ts b/src/utils/csv_parser/csv_parser.ts new file mode 100644 index 0000000..bc27da1 --- /dev/null +++ b/src/utils/csv_parser/csv_parser.ts @@ -0,0 +1,136 @@ +import { Stream } from "./stream.js"; +import { readFile } from "fs/promises"; + +type Options = { + quotes: string[]; + delimeter: string; + headers: T; +}; + +export class CSVParser { + quotes: string[] = ['"', "'"]; + delimeter: string = ","; + headers: boolean = false; + + constructor(options: Partial> = {}) { + Object.assign(this, options); + } + + async parseFile(filename: string, encoding: BufferEncoding = "utf-8") { + const data = await readFile(filename, { + encoding, + }); + return this.parse(data); + } + + parse(str: string) { + return this.parseStream(new Stream(str)); + } + + private parseStream( + stream: Stream + ): T extends true ? Array<{ [key: string]: string }> : string[] { + const lines = []; + let firstLine: string[] | undefined; + + while (!stream.eof) { + const line = this.parseLine(stream); + + if (this.headers) { + if (firstLine !== undefined) { + const headers = firstLine; + lines.push( + line.reduce((obj: { [key: string]: string }, value, index) => { + obj[ + index < headers.length ? headers[index] : `column_${index + 1}` + ] = value; + return obj; + }, {}) + ); + } else { + firstLine = line; + } + } else { + lines.push(line); + } + + if (stream.eof) break; + + const next = stream.peek(); + if (next === "\r") { + stream.read(); + if (stream.peek() === "\n") { + stream.read(); + } + continue; + } else if (next === "\n") { + stream.read(); + continue; + } + } + + return lines as T extends true + ? Array<{ [key: string]: string }> + : string[]; + } + + private parseLine(stream: Stream) { + const values = []; + + while (!stream.eof) { + values.push(this.parseValue(stream)); + + if (stream.eof) break; + + const next = stream.peek(); + + if (next === this.delimeter) { + stream.read(); + } else if (["\r", "\n"].includes(next)) { + break; + } else { + stream.panic(`Unexpected character: "${next}"`); + } + } + + return values; + } + + private parseValue(stream: Stream) { + let str = ""; + + const spaces = stream.readSpaces(); + + const next = stream.peek(); + + if (this.quotes.includes(next)) { + str += this.parseQuotedString(stream); + // Read and discard trailing spaces + stream.readSpaces(); + } else { + // If a string is not quoted, spaces are assumed to be part of the value + str += spaces + stream.readUntil("\r", "\n", this.delimeter); + } + + return str; + } + + private parseQuotedString(stream: Stream) { + const end = stream.read(); + let str = ""; + + while (!stream.eof) { + const chunk = stream.readUntil(end); + str += chunk; + stream.read(); + if (stream.peek() === end) { + stream.read(); + str += end; + } else { + break; + } + } + + return str; + } +} diff --git a/src/utils/csv_parser/stream.ts b/src/utils/csv_parser/stream.ts new file mode 100644 index 0000000..5aea54a --- /dev/null +++ b/src/utils/csv_parser/stream.ts @@ -0,0 +1,47 @@ +export class Stream { + private pos: number; + + constructor(private data: string) { + this.data = data; + this.pos = 0; + } + + get eof() { + return this.pos === this.data.length; + } + + peek() { + return this.data.slice(this.pos, this.pos + 1); + } + read() { + const value = this.data[this.pos]; + this.pos++; + return value; + } + panic(message: string) { + throw new Error(`Stream Error: ${message}, at position: ${this.pos}`); + } + readSpaces() { + return this.readWhile(" ", "\t"); + } + readWhile(...chars: string[]) { + let value = ""; + + while (!this.eof && chars.includes(this.peek())) { + value += this.read(); + } + + return value; + } + readUntil(...chars: string[]) { + const nextIndex = chars.reduce((index, chr) => { + const i = this.data.indexOf(chr, this.pos); + return i < index && i != -1 ? i : index; + }, this.data.length - 1); + + const value = this.data.substring(this.pos, nextIndex); + this.pos = nextIndex; + + return value; + } +} diff --git a/src/utils/event_processor.ts b/src/utils/event_processor.ts new file mode 100644 index 0000000..db91c20 --- /dev/null +++ b/src/utils/event_processor.ts @@ -0,0 +1,54 @@ +interface Type extends Function { + new (...args: any[]): T; +} + +export interface IEventProcessor { + processEvents: (events: any[]) => void; +} + +export class EventProcessor { + private handlers = new Map(); + + static watch>(Base: T) { + const eventProcessor = new EventProcessor(); + return class extends Base { + constructor(...args: any[]) { + super(...args); + const methods = Base.prototype["eventProcessorMethods"] || new Map(); + for (const [eventType, handler] of methods) { + eventProcessor.setHandler(eventType, handler.bind(this)); + } + } + processEvents(events: any[]) { + for (const event of events) { + eventProcessor.emit(event); + } + } + }; + } + + static handle(eventType: Type) { + return ( + target: any, + _propertyKey: string, + descriptor: TypedPropertyDescriptor<(ev: T) => void> + ) => { + if (!("eventProcessorMethods" in target)) { + target["eventProcessorMethods"] = new Map(); + } + const methods = target["eventProcessorMethods"]; + methods.set(eventType, descriptor.value); + }; + } + + setHandler(GameEvent: Type, handler: (gameEvent: T) => void) { + this.handlers.set(GameEvent, handler); + } + + emit(gameEvent: T) { + const handler = this.handlers.get(gameEvent.constructor); + if (handler !== undefined) { + handler(gameEvent); + } + } +} diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..9c0aacb --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,104 @@ +{ + "compilerOptions": { + "experimentalDecorators": true, + /* Visit https://aka.ms/tsconfig to read more about this file */ + + /* Projects */ + // "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */ + // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */ + // "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */ + // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */ + // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */ + // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */ + + /* Language and Environment */ + "target": "es2022" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, + // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ + // "jsx": "preserve", /* Specify what JSX code is generated. */ + // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */ + // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */ + // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */ + // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */ + // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */ + // "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */ + // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */ + // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */ + // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ + + /* Modules */ + "module": "es2022" /* Specify what module code is generated. */, + "rootDir": "./src" /* Specify the root folder within your source files. */, + "moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */, + // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ + // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ + // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ + // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */ + // "types": [], /* Specify type package names to be included without being referenced in a source file. */ + // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ + // "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */ + // "resolveJsonModule": true, /* Enable importing .json files. */ + // "noResolve": true, /* Disallow 'import's, 'require's or ''s from expanding the number of files TypeScript should add to a project. */ + + /* JavaScript Support */ + // "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */ + // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */ + // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */ + + /* Emit */ + // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ + // "declarationMap": true, /* Create sourcemaps for d.ts files. */ + // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ + // "sourceMap": true, /* Create source map files for emitted JavaScript files. */ + // "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */ + "outDir": "./dist" /* Specify an output folder for all emitted files. */, + // "removeComments": true, /* Disable emitting comments. */ + // "noEmit": true, /* Disable emitting files from a compilation. */ + // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ + // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */ + // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ + // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */ + // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */ + // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ + // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */ + // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */ + // "newLine": "crlf", /* Set the newline character for emitting files. */ + // "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */ + // "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */ + // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */ + // "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */ + // "declarationDir": "./", /* Specify the output directory for generated declaration files. */ + // "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */ + + /* Interop Constraints */ + // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */ + // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */ + "esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */, + // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */ + "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */, + + /* Type Checking */ + "strict": true /* Enable all strict type-checking options. */, + // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */ + // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */ + // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */ + // "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */ + // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */ + // "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */ + // "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */ + // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */ + // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */ + // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */ + // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */ + // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */ + // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */ + // "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */ + // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */ + // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */ + // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */ + // "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */ + + /* Completeness */ + // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ + "skipLibCheck": true /* Skip type checking all .d.ts files. */ + } +}