teammate also made a dope chemical barrel. we had an idea to spawn chemicals that cause issues for the kudzu but it's going to get cut for gamejam.. but checkout this barrel!! #PirateJam
the new spawning system uses a queue and tick manipulation to work w/ out running out of memory. teammate has some more ideas on how to make it even better... but it isn't breaking. oh ignore that the plans are floating lol #piratejam
officially hit our first major bug. there's an issue w/ the spread exploding in performance. it's an exponential issue. for some reason, even we are destroying the original square that grows to the orthogonal squares... they don't go away. #piratejam
bug ai is working! the kudzu bugs..
* check for a nearby kudzu
* if they find one, they move to it and eat it (currently, that's stubbed out and they self destruct after 5 seconds lol)
* if they can't find one they wander around until they find one