In here write down your game loops. What does your player do moment by moment?

Core game loop

For example:

Navigate a maze

The player can move up, down, left or right in a maze.

Avoid ghosts

The player has to avoid ghosts that follow them in the maze.

Clear the dots in the maze

The player eats dots as they move around the maze.

Untitled drawing (1).png

Secondary loops

If you have any secondary loops add them here.

Further reading

<aside> 📚 What are game loops? https://medium.com/@davengdesign/core-loops-c98b1197e93d

</aside>