I need to implement a high score feature for the game I’m working on for a class project. I need to be able to update lua files permanently to track high score.
According to this page, using the preferences library and functionality would be the easiest option for Corona. However, when I try to require “preferences” I get a nasty error message (in the image below).
What am I doing wrong?