add print heading and speed

This commit is contained in:
JH159753 2022-09-20 14:17:08 -07:00
parent c426940320
commit d99cf5bdc9
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ class Boid
if (target != null)
{
// TODO: Implement seek here
print(kinematic.getHeading());
kinematic.increaseSpeed(2,-.0001);
}
// place crumbs, do not change