Far too often, while opening up a LÖVE file that someone posts on the forums, I see the
telltale signs of someone who does not understand the concept of scope. In their player.lua
file, they will be referring directly to some variables inside their wall.lua
file,
which itself refers directly to some tables within the main.lua
file.