I'd like to make a game in php where users have to iether:
click on as many ablloons as possible to pop them, within a certain time limit. A sound a visual notification would be played on each pop, and sometimes more balloons would appear making the game harder
A target shooting game, where the play must shoot at the targets within a certain time limit to gain points. Towards the end of the game, say 30 seconds in, the targets begin to move.
How would I go about doing this?
If php perhaps not the best programming language to do it in?
any links to completed games I can take a look at, or resources?
Thanks!
click on as many ablloons as possible to pop them, within a certain time limit. A sound a visual notification would be played on each pop, and sometimes more balloons would appear making the game harder
A target shooting game, where the play must shoot at the targets within a certain time limit to gain points. Towards the end of the game, say 30 seconds in, the targets begin to move.
How would I go about doing this?
If php perhaps not the best programming language to do it in?
any links to completed games I can take a look at, or resources?
Thanks!