SerializeField makes a private script visible in the Unity Inspector window
Void means that a script is not returning anything when interacting with another script - if returning, that will be explicitly mentioned
In Unity ; edit > project settings > input manager > axes dropdown = 'keymapping' for inputs, e.g. jumping, using keyboard, uses the space bar
finished off our Snake projects