]> git.localhorst.tv Git - blank.git/blobdiff - src/ai/IdleState.hpp
experiments with ai states and steering
[blank.git] / src / ai / IdleState.hpp
index 76358f8eb6b65aa3f47d169f393eb1596a9f8191..b663d9164fc459ab20be2076476ebd230f912c7a 100644 (file)
@@ -6,6 +6,11 @@
 
 namespace blank {
 
+/// stand around and do nothing
+/// occasionally look in a different direction
+/// start roaming at random
+/// start chasing a player if one comes near
+
 class IdleState
 : public AIState {