I want to make a html5 game. Which support online score board. And port it to other mobile plattform.
So how can i do online scoreboard for this game?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
An online scoreboard usually requires a database, and some knowledge of a server side scripting language. If you’re planning on learning these things, I suggest a MySQL database and PHP. If you already know how to use these, there are many tutorials which a google search will give you.