Content tagged state-machine

Similar Tags

Report Tag

4 usages of this tag
  • 4 replies
  • 665 views

Below is a link to a demo of a combat game that utilizes a simple combat AI from combining a state machine with move to behavior and distance. I have also creat...

  • 7 replies
  • 776 views
This content is deleted
Forum Topic
How do I override my player's jump animation?
Not favoritedFavorited Favorited 0 favourites

I have an instance variable for state on my player. When the player is moving state = run. When stopped state = idle, and so on. When in a certain state, a resp...

  • 4 replies
  • 583 views
This content is deleted
Forum Topic
Problems setting up a state machine.
Not favoritedFavorited Favorited 0 favourites

I'm setting up a state machine here, but I'm having a lot of problems that I can't solve. This is the current one: The enemy family has 3 states, waiting, searc...

  • 18 replies
  • 690 views
This content is deleted
Forum Topic
Are Flowcharts abandoned?
Not favoritedFavorited Favorited 1 favourites

I found an intresting power use of the flowchart to create nice state machines and logical dialog controllers. But I feel it was abandoned, regardless of small...

Similar Tags