lstrzebinczyk / ruby2d-the-game

3 stars 0 forks source link

find efficient way to give free spots in storage zone #60

Open lstrzebinczyk opened 7 years ago

lstrzebinczyk commented 7 years ago

Right now zone will give the same spot as many times as will be asked for it, for as long, as long nothing is put there. This leads to a lot of redundancy and abandoned put jobs, when 4 people carry something to the same spot. We need a nice system that will not give spot, that something is already carrying something to.