CodingTrain / Suggestion-Box

A repo to track ideas for topics
571 stars 86 forks source link

Coding Challenge: Predator and prey A.I behavior #1044

Open harrybanda opened 6 years ago

harrybanda commented 6 years ago

Hey, can you make a predator vs prey simulation where the predator seeks the prey and the prey evades using Craig Reynolds solutions for autonomous characters?

Here is an example of what I'm talking about: Steering Agents - Predator/Prey Simulation

atagger commented 6 years ago

I personally, would love to see shiffman's approach to this also. Recently did a deep drive in the NOC chapter about flocking and created a solution for my own project including collision detection and a flee behavior, so would be super interested in how he would handle it.