Info
This post was imported from a personal note. It may contain inside jokes, streams of consciousness, errors, and other nonsense.
In the above, edges are all considered walls. Other tiles have a 10% chance of becoming a wall, too.
I kinda jumped into working on this because it just seemed like a fun thing to work on right now. Let’s break down the rest of the tasks here:
- Detect collisions between agent and wall.
- Determine the new position of an agent after a collision.
- Remove torus logic.
- Don’t place food sources on wall tiles.
- Make walls break sightlines when detecting food.
- Give agents the ability to detect walls and see how that changes their behaviour.
Bonus:
- Introduce a low wall that doesn’t break sightlines but is still an obstacle for movement.