Okay, this will be the last quiz I host for Ruby Quiz... I hope to  
find a new quizmaster in the coming week.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

The three rules of Ruby Quiz 2:

1.  Please do not post any solutions or spoiler discussion for this
quiz until 48 hours have passed from the time on this message.

2.  Support Ruby Quiz 2 by submitting ideas as often as you can!
Visit <http://splatbang.com/rubyquiz/>.

3.  Enjoy!

Suggestion:  A [QUIZ] in the subject of emails about the problem
helps everyone on Ruby Talk follow the discussion.  Please reply to
the original quiz message, if you can.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


## Monopoly Walker


Your task this week is to simulate players walking about a Monopoly  
board. You are not implementing the whole game; rather, you are to  
simulate and track just the players' movement. Throw dice, move  
tokens. Keep track of the properties where players land and how often.

Your output should be a table showing the relative frequency each  
property is landed upon. Now, if you only paid attention to the dice,  
this should be pretty even across the board. To make it slightly more  
interesting, you do need to pay attention to the "Go to Jail" space,  
as well as the Chance and Community Chest cards.

For the cards, don't worry about money tracking or anything like that;  
again, we're only interested in movement, and the few Chance and  
Community Chest cards that affect movement _should_ have an impact on  
the relative landing frequency.

Some helpful links:

   * [board properties and layout][1]  (scroll down to the "Board"  
section)
   * [Chance cards][2]
   * [Community Chest cards][3]

If there is version differences, use information from these pages  
pertaining to the Standard (American edition) as of Sept 2008.


[1]: http://monopoly.wikia.com/wiki/Monopoly_(Game)#Board
[2]: http://monopoly.wikia.com/wiki/Chance
[3]: http://monopoly.wikia.com/wiki/Community_Chest