cforster / theme-park-project

An assignment about theme park queues
0 stars 11 forks source link

Whether the crowd is mostly children or adults affects the length of lines #53

Open rkasdin opened 10 years ago

rkasdin commented 10 years ago

I created a boolean, isChild, to randomly decide whether the majority of the crowd is children or adults. If the majority is children, wait time for rides will be longer because children are willing to wait in longer lines for the rides they want to be on.

maguerosinclair commented 10 years ago

It seems as if my 3 commits ("working version", "added customer variability based on day of week", and "added day of the week customer count variability") are included in Rachel's pull request