Where do I start to integrate my database game?

Asked

Viewed 152 times

0

I want users of mine Mobile game can log in and save game information, and have the option to share some information (for example a created character) for other users to download and use. The offline part of the game is almost ready, now there is still to create accounts and save the information, however I am lost in these issues and did not know where to start, because from what I researched, would be Web Services, Mysql, Apache, I also have a doubt, for users to access or download things from my game I would have to have my PC as a server?

It may be that my question in the title is not exactly what I is looking to learn. Could you more experienced give me a line of reasoning to follow? I spent all morning researching but it’s so much information that I didn’t know which way to go.

  • think q a web service suits you, study api Rest with php for example, then you send the data via http and saved in the database

  • Humm, show. I had seen some things about it. I’ll try to go that way.. In matters of security of this data, have some hint?

  • I am still studying this security issue, doing the basics, sending the login and password via http header, and do this check before any action in the bank, and also I store the password in hash, is a basic security

  • Got it, thanks Igor I’ll take this to study

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.