Add a real model

This commit is contained in:
Barak Michener 2015-06-19 18:50:19 -04:00
parent 12316a9238
commit 8b7cab4c59
7 changed files with 432 additions and 10 deletions

110
games/p1 Normal file
View file

@ -0,0 +1,110 @@
[
{
"player_names": {},
"game_size": 10
},
{
"proposer": 8,
"fails required": 1,
"votes": [
0,
1,
0,
0,
0,
0,
0,
1,
1,
0
],
"team": [
1,
7,
8
],
"print_order": [
"team",
"votes",
"round"
],
"type": "vote",
"round": 1,
"voten": 1
},
{
"proposer": 9,
"fails required": 1,
"votes": [
0,
0,
0,
0,
0,
1,
1,
1,
1,
1
],
"team": [
2,
7,
9
],
"print_order": [
"team",
"votes",
"round"
],
"type": "vote",
"round": 1,
"voten": 2
},
{
"proposer": 0,
"fails required": 1,
"votes": [
1,
1,
0,
1,
0,
1,
1,
0,
1,
0
],
"team": [
0,
5,
6
],
"print_order": [
"team",
"votes",
"round"
],
"type": "vote",
"round": 1,
"voten": 3
},
{
"fails": 1,
"type": "mission",
"print_order": [
"team",
"fails",
"must fail",
"round"
],
"team": [
0,
5,
6
],
"must fail": false,
"round": 1
}
]