Ai


tags: project —

AI

graph TD
id1(Start Fight)-->id2{has Target}
id2--"yes"-->id3{Can Cast Spell}
id3--"yes"-->id4(Cast Spell)
id4-->id2
id3--"no"-->id5{In attack range}
id5--"yes"-->id6{Can attack}
id6--"yes"-->id7(Attack Target)
id6--"no"-->id2
id7-->id2
id7--"noid2
id5--"no"-->id8(Move to target)
id8-->id2

Notes mentioning this note


Here are all the notes in this garden, along with their links, visualized as a graph.