Hello. I want to create a ranking (MySQL table) for people who play my game.
How I can make it? (I can use SQLite databases but I have no idea how to use MySQL in Solar2D).
I need to:
- save information to table repetitively
- get this table in one scene
Or maybe there is another better way to do this. Because I need only one table (ID, name, cash).