Hi,
I am busy with an online “RPG” game, which users can register a new account or login to their accounts and access game data, character stats, skills, items, etc…
I have already read this link:
It can work, but I am looking for a better alternative.
I want to know is there any services out there where I can save user data on a remote server?
Is there a way to use Facebook, to create an account?
Typical data will be something like this:
UserTable:
UserID
UserName
Email
Password
GamesTable
UserID
GameID
GameTable
GameID
CharacterName
Exp
Level
Gold
Stats
Etc……