I’m a web app noob, but am fluent in C++ / C#.
I have a Facebook app I’m crating that uses the Web Player and interfaces with MySQL on my Godaddy hosted domain. I’m able to retrieve login info and scores from the DB into the Unity app just fine.
My next step is to let users choose someone to battle and let other users vote on who should win.
I need to know what I need to do to have the server somehow track the battle and resolve the winner when the time expires. Do I just write a php script that perpetually runs on the Godaddy hosted server somehow? I don’t want to have some C# app running on my PC at home that manages it. Surely there’s some way to do it server side.
Thanks!