UMDLARS / farmbot

A CYLGame where you program a bot to explore and farm an unknown region while meeting simulation constraints.
0 stars 0 forks source link

decide if robot movement should be able to "wrap" around the edges #7

Open pahp opened 4 years ago

pahp commented 4 years ago

applehunt allows "wrapping" (or warping, depending on how you think about it). It's not clear what the best behavior is... should we keep warping, or should robot be constrained within the rectangular (or square) field? warping makes certain things more interesting (the shortest path may be to wrap around) but it feels less "realistic" as a simulation... unless the robot is on a capsule-shaped planetoid...

pahp commented 4 years ago

Oh, wow, it's not a capsule, it's a torus!!!?