Hello everyone,
I’m new to working with CoBlocks and was trying to get a Pledge algorithm working in a 3d setting.
I first started grouping walls and giving them a name so I can always tell the program what to do when hitting the group of walls.
My first problem is that collision with groups somehow doesn’t seem to work.
My second problem is that I don’t know how to tell the program something like:
“If there is a wall to your left, go forward. If there is no wall to your left, turn 90 degrees to the left.”
Can I implement new blocks for this?