Artificial Intelligence for Computer Games

Movement


Chyba: Odkazovaný objekt neexistuje nebo nemáte právo jej číst.
https://is.muni.cz/el/fi/jaro2022/PA217/um/2.pdf
Chyba: Odkazovaný objekt neexistuje nebo nemáte právo jej číst.
https://is.muni.cz/el/fi/jaro2022/PA217/um/vi/124411394/
Questions

  1. What are the base kinematic characteristics? What is the difference between kinematic and steering (dynamic) movement algorithms?
  2. How do we update the position?
  3. What is the goal of seeking? How is the kinematic seek implemented?
  4. What is the difference between seek, flee, and arrival?
  5. How is the kinematic arrival implemented?
  6. What is wandering? How is the kinematic wandering implemented?
  7. What are the characteristics of the dynamic movement? What is the goal of matching?
  8. How is the dynamic position update implemented?
  9. How is the (dynamic) seek implemented?
  10. Compare the base differences in implementations of dynamic behaviors seek, flee, and arrival
  11. How is the (dynamic) arrival implemented?
  12. What is the goal of alignment?
  13. What is the goal of velocity matching? How is it implemented?
  14. Do you know how the pursue behavior can improve over seek?
  15. Describe the implementation of the pursue behavior.
  16. Describe the face behavior and its implementation.
  17. Describe "looking where you're going" behavior and its implementation.
  18. How can we improve over kinematic wandering?