All public logs

Jump to navigation Jump to search

Combined display of all available logs of Arduboy Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:48, 22 June 2024 Filmote talk contribs created page State Machines - Organising Variables (Created page with " # Overview In this section, we will look at how to organise variables in our state machine. As your games grow in complexity, you will invariably end up with numerous variables to support the various aspects (states!) of your game. It might not sound like much, but naming and remembering all the variable names you create can be quite arduous. This simple tutorial uses simple `structs` to group variables for a class together. When using the variables, the struct n...")