All Questions
3 questions
0
votes
1
answer
292
views
Timed Events in a Unity WebGL game with a PHP / MySQL Server
I want to make an online WebGL game with Unity with button based interaction.
So far I have my login and registration system, with some tables in MySQL to deal with that kind of stuff.
Next I need ...
4
votes
4
answers
8k
views
Is running cron jobs every minute a good practice for browser-based games?
I'm trying to create a browser-based game (made in PHP, MySQL, Js, HTML, and CSS) that is heavily dependent on user's actions being carried out after a certain amount of time passed whether online or ...
1
vote
1
answer
389
views
What tech will enable a script to run after a certain amount of time elapsed following a user's action?
I'm trying to experiment in creating an MMO browser-based game using PHP, MySQL, Javascript, HTML5, and CSS.
There is this certain functionality that I want in my game that I'm having trouble with.
...