aagrawal05 / AiBallPitSwimmer

An exploration into 2D swimming with AI, using the matter.js physics engine.
0 stars 0 forks source link

Glitchy movements on sides of ball pit #9

Closed aagrawal05 closed 3 years ago

aagrawal05 commented 3 years ago

Try and fix choppy movements when balls teleport to the other sides on the edges of screen

aagrawal05 commented 3 years ago

fixed with a dynamic chunk based system as opposed to just moving them from one side to the other.