what are The Best practies To load game data that are Stored in a mysql database?
I'm using ajax request. But The async Call is a problem because i can't sync The game level with The data load. And game does Not start because the variable is not defined. If i use sync Call, The loop wait The result And all the entities are blocked on The screen.
How Can i resolve?