Tagged Questions
0
votes
3answers
222 views
Persistent Data for Multiplayer, Browser-Based Games
What is generally used to store persistent data in online games - browser games/facebook apps, in particular?
I have used MySQL in web development before - but I've read that it's not very scalable, ...
1
vote
1answer
211 views
How can I keep track of a battle log on a web game?
Recently I started working on a Web turn-based PvP RPG game. Now I'm working on the battle system but I encountered some issues:
How can I keep track of everything that happens in the battle? It ...
0
votes
2answers
111 views
Storing Player Location/Data in an Online Game
I know this question has been asked and answered in some threads, but I'd like a more beginner dumbed down explanation.
So player information, specifically direction and position, need to be updated ...
1
vote
3answers
704 views
How do RPG store and retrieve maps?
I'm making a very basic online RPG (2d, and instead sprites I use characters, like a roguelike) and I still haven't figured out how to store and retrieve maps. Until now I used a text file that's ...