jkomoros / CASsim

Complex Adaptive Systems Simulator
Apache License 2.0
21 stars 0 forks source link

handle wraparound of map #86

Open jkomoros opened 2 years ago

jkomoros commented 2 years ago

For QuadTree, and for agents going off the edge of the map like in #84.

There should be a wrapAround and reflect edge behavior

jkomoros commented 2 years ago

See also #68