Template Method Design Pattern - Ep 18 - C++ Coding

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 3

  • @mcfahr3655
    @mcfahr3655 2 роки тому

    Thank you saved me a lot of time trying to browse videos for an actual working one

  • @reverse_shell
    @reverse_shell 2 роки тому

    Alright, since I just finished watching this episode, I really liked the homework! I've read something like this with state machines, but it used pointers and handlers to switch around the state. That aside, what it reminded me was to create state transition tables which you could do to help enhance the flow of your template. Really awesome to see a completely different way to handle some stateful actions with game AI.