What does state mean?

What a program is currently doing, held in a variable so that each tick of the loop can behave differently: searching, approaching, returning.

Also written as: states

In a lesson

Wandering has no plan. A patrol has one: go up, then right, then left, then down. The way a behaviour holds a plan is a state: one word that says which part of the plan you are in. Each tick does the right thing for the current state and checks whether it is time to change.

Learn it

Used in

and 78 more lessons.

Do the lesson in the simulator

All glossary terms