Is it possible to achieve like data storing system (accounts, player levels...)
I'm going to ask this in the simplest way I can possibly imagine. So what i'm trying to do is make a multiplayer game where people can create an account, in this account they will have like their game characters, their levels, items... How can I achieve this the easiest way. Please give me a more advanced explanation. Thank you!
Answer by XxSimBaaxX · Jun 18, 2017 at 08:08 PM
Use a database, its that simple. Go find your self a host (there is a lot of decent free hosts out there). You need to know some basic php code stuff and its really easy and simple. There is a lot of tutorials on youtube that can help you with databases and php. Here is a useful tutorial on youtube that I personally watched and it helped me a lot: https://youtu.be/EByl95OMG2o Follow this tutorial step by step and you well achieve everything you aim for :)
SimBaa