jhylands

monopoly in game flow

Mar 12th, 2013
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.05 KB | None | 0 0
  1. <h3>Monopoly flow</h3>
  2. <ol>
  3. <li>Let user x roll the die</li>
  4. <li>Does user have liberty? - no, allow payment, use of card or die roll. Goto step 7<ol><li>If die is double?- set liberty state to true</li><li>Goto step 7</li></ol></li>
  5. <li>Move the user the correct number of squares</li>
  6. <li>Carry out action if the square is active, or allow the user to purchase the property
  7. <ul>
  8. <li>The purchase of property <ol><li>Does the user wish to purchase?-no, go to step 5</li><li>Does the user have the capital? - no allow for transaction</li><li>Deduct captital and reward with deed</li></ol></li>
  9. <li>Rent movement<ol><li>Can the user pay? - no allow transaction or bankrupcy</li><li>Deduct money from pesent to landlord</li></ol></li>
  10. <li>Tax/Pass go<ol><li>Deduct or reward capital to the user in question</li></ol></li>
  11. <li>Go to Jail <ol><li>Set users liberty state to false</li></ol></li>
  12. <li>Collect card</li>
  13. </ul></li>
  14. <li>Allow the user to carry out other transactions on their go</li>
  15. <li>Roll again due to double? - goto step 3</li>
  16. <li>Move onto next user</li>
  17. </ol>
Advertisement
Add Comment
Please, Sign In to add comment