Tagged Questions
1
vote
2answers
188 views
PHP and Javascript/HTML5 Collaboration [closed]
I've recently been working on a fairly complicated game. I've stored information with local storage, but that allows the player to edit it, and does not transfer from computer to computer. The two ...
1
vote
1answer
223 views
Architectural advice - websockets javascript/php integration
Myself and a friend have started making a game, he's likely to be using impact.js for the user interaction etc, but we need multiplayer functionality so some form of websockets for TCP connections ...
-1
votes
3answers
173 views
Novice prototyping a massive multiplayer webpage based gaming system [closed]
I'm trying to build a website based game in which various pages of the site act as different areas of the game.
I am wondering what you would recommended as a design structure.
Which languages would ...
7
votes
3answers
1k views
Javascript and PHP for real-time multiplayer?
I'm wondering if combining Javascript clientside with PHP/mysql serverside is a good idea for HTML5 real-time multiplayer (small scale) browser games?
My technical knowledge is very limited, and even ...