View Single Post
Posts: 29 | Thanked: 3 times | Joined on Feb 2006
#7
Awesome. Well if you're willing the two tasks I have are to get all of the title deed info and the chance and community chest info.

I've come up with a title deed layout already so if you can just follow my template that would be great.

#Regular Deed. 9 is the location on the board assuming Go is 0.
Code:
9:{
      'name':'Connecticut Avenue',
      'price':120,
      'group':'light blue',
      'owner':'',
      'houses':0,
      'rent':{0:8, 1:40, 2:100, 3:300, 4:450, 5:600},#house to rent ratio
      'house_cost':50,
      'mortgage':60,
      'mortgaged':0
      }

2:{
      'name':'Community Chest'
      },

5:{
      'name':'Reading Railroad',
      'price':200,
      'group':'railroad',
      'owner':'',
      'rent':25,
      'mortgage':100
      },
I got most of my info from here http://www.math.yorku.ca/~zabrocki/m...ly/prices.html. I forgot where I got the property information from and I'm also in need of chance and community chest cards (format TBD).