cforster / theme-park-project

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

What does "ride.tick" mean? r.init()? #19

Closed sunainadanziger closed 10 years ago

cforster commented 10 years ago

tick is a function that moves an object forward by one minute. init is a function that initializes an object. in this case, it fills the queue a set size.