I am working on a game where players will upload fighters to a shared online arena and then ideally players can pull down random opponent data from the arena for combat. I can get my data up there, but what I really need to know is how can I retrieve a random object from the database? These objects can potentially be added and removed from the arena.
Alex Meyer
I am working on a game where players will upload fighters to a shared online arena and then ideally players can pull down random opponent data from the arena for combat. I can get my data up there, but what I really need to know is how can I retrieve a random object from the database? These objects can potentially be added and removed from the arena.