Yes, the buying and selling spreads could be tricky.

A few if statements.
But it can be done.
One you get the routine mappded out in a flow chart.
The routine can be applied to the Monopolies.
All monopoly will have a High property and a low property cost value.
The for name sakes Middle property which most other Monopolies have.
First find how many house on each.
Use total to compare to type of Monopoly. Type A being 2 or type B having 3 
properties.  Attaching Colors to the Monopoly type should do it as a global 
var.
The A set houses is a max of 10 while B is 15.
That gives you the subset values.

So situation1  If more houses being bought then can fit.
When the Max is met quit.

Well I could go on but I think you get the idea.

I do see the problem is the spread is not say 2 houses on the High 1 on the 
middle and 2 on the low.
The B type Monopoly would be the same code just with out the Middle 
property.
So it be better to write first the three levels first then remove the middle 
for (A) set.

So you need to compare the three values to find which may be the property 
with the least amount of houses.
Is high > Middle then is High > Low then true
Else is Middle > low then true
Else Low is true.

now Just put cycles and squares around the above. Smiles there is your flow 
chart.
Well really I guess the above routine would be used for selling then buying 
but just replace the (>) for the (<).
Then through in the checking the cash for buying and selling.
Once the shell is made the names of High can get be New York Avenue what 
what ever generic variable that is New York
And so on with setting up the routine shell  variables.
When creating shells variables they must return their values back to the 
main value for New York houses now have three houses where one was added.
I guess just use the same code for adding and removing houses with only 
changes to the routine shell names.

Well that's how I pitched the flow chart in my mind on how it would work by 
adding the quick option to the game.

Crash
----- Original Message ----- 
From: "Jim Kitchen" <[EMAIL PROTECTED]>
To: "Gary Whittington" <[email protected]>
Sent: Thursday, December 20, 2007 4:14 AM
Subject: Re: [Audyssey] Monopoly suggestions


> Hi Crash,
>
> I have saved your suggestions and will see what I can do.  As you said the 
> dice roll to see who goes first should be pretty easy.  The house buying 
> and selling a bit more.  I do thank you for all of the thought and 
> suggestions as to how it could be done.  I will see if I can do that. 
> Just have to be careful to make sure about building and removing legally.
>
> BTW I am glad that you were able to play and record while on FTP with no 
> trouble.  I also often use 2 computers for recording like that.  Used to 
> be able to run my TV in as a line in, but that was a different TV and this 
> one doesn't work out for that.  Do miss recording off of the TV.
>
> Thanks again and BFN
>
>     Jim
>
> I live in a house, but belong in a HOME.
>
> [EMAIL PROTECTED]
> http://www.kitchensinc.net
> (440) 286-6920
> Chardon Ohio USA
> ---
> Gamers mailing list __ [email protected]
> If you want to leave the list, send E-mail to 
> [EMAIL PROTECTED]
> You can make changes or update your subscription via the web, at
> http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
> All messages are archived and can be searched and read at
> http://www.mail-archive.com/[EMAIL PROTECTED]
> If you have any questions or concerns regarding the management of the 
> list,
> please send E-mail to [EMAIL PROTECTED]
> 


---
Gamers mailing list __ [email protected]
If you want to leave the list, send E-mail to [EMAIL PROTECTED]
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/[EMAIL PROTECTED]
If you have any questions or concerns regarding the management of the list,
please send E-mail to [EMAIL PROTECTED]

Reply via email to