2026-02-21 01:35:37 +00:00
{
"players" : [
{
"name" : "Alice" ,
"number" : 1 ,
2026-02-21 01:37:59 +00:00
"money" : 1500 ,
"location" : 0 ,
2026-02-21 01:35:37 +00:00
"inJail" : false ,
"jailTurns" : 0 ,
2026-02-21 01:37:59 +00:00
"doublesCount" : 0 ,
"getOutOfJailFreeCards" : 0
2026-02-21 01:35:37 +00:00
} ,
{
"name" : "Bob" ,
"number" : 2 ,
2026-02-21 01:37:59 +00:00
"money" : 1500 ,
"location" : 0 ,
2026-02-21 01:35:37 +00:00
"inJail" : false ,
"jailTurns" : 0 ,
2026-02-21 01:37:59 +00:00
"doublesCount" : 0 ,
"getOutOfJailFreeCards" : 0
2026-02-21 01:35:37 +00:00
} ,
{
"name" : "Charlie" ,
"number" : 3 ,
2026-02-21 01:37:59 +00:00
"money" : 1500 ,
"location" : 0 ,
2026-02-21 01:35:37 +00:00
"inJail" : false ,
"jailTurns" : 0 ,
2026-02-21 01:37:59 +00:00
"doublesCount" : 0 ,
"getOutOfJailFreeCards" : 0
2026-02-21 01:35:37 +00:00
}
] ,
2026-02-21 01:37:59 +00:00
"currentPlayer" : 1 ,
2026-02-21 01:35:37 +00:00
"squares" : [
2026-02-21 01:37:59 +00:00
{ "id" : 0 , "name" : "=== GO ===" , "type" : "safe" } ,
{ "id" : 1 , "name" : "Mediterranean ave. (P)" , "type" : "property" , "group" : "purple" , "cost" : 60 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 2 , 10 , 30 , 90 , 160 , 250 ] } ,
{ "id" : 2 , "name" : "Community Chest i" , "type" : "cc" } ,
{ "id" : 3 , "name" : "Baltic ave. (P)" , "type" : "property" , "group" : "purple" , "cost" : 60 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 4 , 20 , 60 , 180 , 320 , 450 ] } ,
{ "id" : 4 , "name" : "Income Tax" , "type" : "tax" } ,
{ "id" : 5 , "name" : "Reading RR" , "type" : "railroad" , "group" : "railroad" , "cost" : 200 , "owner" : null , "mortgaged" : false } ,
{ "id" : 6 , "name" : "Oriental ave. (L)" , "type" : "property" , "group" : "lightblue" , "cost" : 100 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 6 , 30 , 90 , 270 , 400 , 550 ] } ,
{ "id" : 7 , "name" : "Chance i" , "type" : "chance" } ,
{ "id" : 8 , "name" : "Vermont ave. (L)" , "type" : "property" , "group" : "lightblue" , "cost" : 100 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 6 , 30 , 90 , 270 , 400 , 550 ] } ,
{ "id" : 9 , "name" : "Connecticut ave. (L)" , "type" : "property" , "group" : "lightblue" , "cost" : 120 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 8 , 40 , 100 , 300 , 450 , 600 ] } ,
{ "id" : 10 , "name" : "Just Visiting" , "type" : "safe" } ,
{ "id" : 11 , "name" : "St. Charles pl. (V)" , "type" : "property" , "group" : "violet" , "cost" : 140 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 10 , 50 , 150 , 450 , 625 , 750 ] } ,
{ "id" : 12 , "name" : "Electric Co." , "type" : "utility" , "group" : "utility" , "cost" : 150 , "owner" : null , "mortgaged" : false } ,
{ "id" : 13 , "name" : "States ave. (V)" , "type" : "property" , "group" : "violet" , "cost" : 140 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 10 , 50 , 150 , 450 , 625 , 750 ] } ,
{ "id" : 14 , "name" : "Virginia ave. (V)" , "type" : "property" , "group" : "violet" , "cost" : 160 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 12 , 60 , 180 , 500 , 700 , 900 ] } ,
{ "id" : 15 , "name" : "Pennsylvania RR" , "type" : "railroad" , "group" : "railroad" , "cost" : 200 , "owner" : null , "mortgaged" : false } ,
{ "id" : 16 , "name" : "St. James pl. (O)" , "type" : "property" , "group" : "orange" , "cost" : 180 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 14 , 70 , 200 , 550 , 750 , 950 ] } ,
{ "id" : 17 , "name" : "Community Chest ii" , "type" : "cc" } ,
{ "id" : 18 , "name" : "Tennessee ave. (O)" , "type" : "property" , "group" : "orange" , "cost" : 180 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 14 , 70 , 200 , 550 , 750 , 950 ] } ,
{ "id" : 19 , "name" : "New York ave. (O)" , "type" : "property" , "group" : "orange" , "cost" : 200 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 16 , 80 , 220 , 600 , 800 , 1000 ] } ,
{ "id" : 20 , "name" : "Free Parking" , "type" : "safe" } ,
{ "id" : 21 , "name" : "Kentucky ave. (R)" , "type" : "property" , "group" : "red" , "cost" : 220 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 18 , 90 , 250 , 700 , 875 , 1050 ] } ,
{ "id" : 22 , "name" : "Chance ii" , "type" : "chance" } ,
{ "id" : 23 , "name" : "Indiana ave. (R)" , "type" : "property" , "group" : "red" , "cost" : 220 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 18 , 90 , 250 , 700 , 875 , 1050 ] } ,
{ "id" : 24 , "name" : "Illinois ave. (R)" , "type" : "property" , "group" : "red" , "cost" : 240 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 20 , 100 , 300 , 750 , 925 , 1100 ] } ,
{ "id" : 25 , "name" : "B&O RR" , "type" : "railroad" , "group" : "railroad" , "cost" : 200 , "owner" : null , "mortgaged" : false } ,
{ "id" : 26 , "name" : "Atlantic ave. (Y)" , "type" : "property" , "group" : "yellow" , "cost" : 260 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 22 , 110 , 330 , 800 , 975 , 1150 ] } ,
{ "id" : 27 , "name" : "Ventnor ave. (Y)" , "type" : "property" , "group" : "yellow" , "cost" : 260 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 22 , 110 , 330 , 800 , 975 , 1150 ] } ,
{ "id" : 28 , "name" : "Water Works" , "type" : "utility" , "group" : "utility" , "cost" : 150 , "owner" : null , "mortgaged" : false } ,
{ "id" : 29 , "name" : "Marvin Gardens (Y)" , "type" : "property" , "group" : "yellow" , "cost" : 280 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 24 , 120 , 360 , 850 , 1025 , 1200 ] } ,
{ "id" : 30 , "name" : "GO TO JAIL" , "type" : "gotojail" } ,
{ "id" : 31 , "name" : "Pacific ave. (G)" , "type" : "property" , "group" : "green" , "cost" : 300 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 26 , 130 , 390 , 900 , 1100 , 1275 ] } ,
{ "id" : 32 , "name" : "N. Carolina ave. (G)" , "type" : "property" , "group" : "green" , "cost" : 300 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 26 , 130 , 390 , 900 , 1100 , 1275 ] } ,
{ "id" : 33 , "name" : "Community Chest iii" , "type" : "cc" } ,
{ "id" : 34 , "name" : "Pennsylvania ave. (G)" , "type" : "property" , "group" : "green" , "cost" : 320 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 28 , 150 , 450 , 1000 , 1200 , 1400 ] } ,
{ "id" : 35 , "name" : "Short Line RR" , "type" : "railroad" , "group" : "railroad" , "cost" : 200 , "owner" : null , "mortgaged" : false } ,
{ "id" : 36 , "name" : "Chance iii" , "type" : "chance" } ,
{ "id" : 37 , "name" : "Park place (D)" , "type" : "property" , "group" : "darkblue" , "cost" : 350 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 35 , 175 , 500 , 1100 , 1300 , 1500 ] } ,
{ "id" : 38 , "name" : "Luxury Tax" , "type" : "tax" } ,
{ "id" : 39 , "name" : "Boardwalk (D)" , "type" : "property" , "group" : "darkblue" , "cost" : 400 , "owner" : null , "mortgaged" : false , "houses" : 0 , "rent" : [ 50 , 200 , 600 , 1400 , 1700 , 2000 ] }
2026-02-21 01:35:37 +00:00
] ,
2026-02-21 01:37:59 +00:00
"groups" : {
"purple" : { "letter" : "P" , "size" : 2 , "houseCost" : 50 , "squares" : [ 1 , 3 ] } ,
"lightblue" : { "letter" : "L" , "size" : 3 , "houseCost" : 50 , "squares" : [ 6 , 8 , 9 ] } ,
"violet" : { "letter" : "V" , "size" : 3 , "houseCost" : 100 , "squares" : [ 11 , 13 , 14 ] } ,
"orange" : { "letter" : "O" , "size" : 3 , "houseCost" : 100 , "squares" : [ 16 , 18 , 19 ] } ,
"red" : { "letter" : "R" , "size" : 3 , "houseCost" : 150 , "squares" : [ 21 , 23 , 24 ] } ,
"yellow" : { "letter" : "Y" , "size" : 3 , "houseCost" : 150 , "squares" : [ 26 , 27 , 29 ] } ,
"green" : { "letter" : "G" , "size" : 3 , "houseCost" : 200 , "squares" : [ 31 , 32 , 34 ] } ,
"darkblue" : { "letter" : "D" , "size" : 2 , "houseCost" : 200 , "squares" : [ 37 , 39 ] } ,
"railroad" : { "size" : 4 , "squares" : [ 5 , 15 , 25 , 35 ] , "rentByCount" : [ 25 , 50 , 100 , 200 ] } ,
"utility" : { "size" : 2 , "squares" : [ 12 , 28 ] , "rollMultiplierByCount" : [ 4 , 10 ] }
} ,
"log" : [ ] ,
"lastUpdated" : null
}