karelpeeters
12/13/2018, 12:30 PMJoris PZ
12/13/2018, 1:37 PMJoris PZ
12/13/2018, 1:43 PMkarelpeeters
12/13/2018, 1:44 PMkarelpeeters
12/13/2018, 1:45 PMkarelpeeters
12/13/2018, 1:46 PMJoris PZ
12/13/2018, 2:17 PMCarts all move at the same speed; they take turns moving a single step at a time. They do this based on their current location: carts on the top row move first (acting from left to right), then carts on the second row move (again from left to right), then carts on the third row, and so on. Once each cart has moved one step, the process repeats; each of these loops is called a tick.So you should re-sort the carts after each tick - you got lucky with your input! I didn't read this properly at first, and my answer wasn't accepted because of it
karelpeeters
12/13/2018, 2:18 PMkarelpeeters
12/13/2018, 2:18 PMJoris PZ
12/13/2018, 2:18 PMaddAll
, sorry!