Tagged Questions
-4
votes
2answers
169 views
Is it possible to integrate Action Script 3.0 with Java Script and PHP for an online browser game?
My client wants a browser based online game, languages which are known to me are Java Script PHP and Action Script and also My Sql.
Game is quite like Farmvile as far as functionality is concerned.I ...
4
votes
3answers
266 views
Browser-board-game and server push
I want to start developing a browser game. Not for success, just for the sake of doing it and learning something from it.
Now, a point where I have serious problems figuring out how to deal with it ...
3
votes
4answers
420 views
Text-based game using JavaScript and/or PHP
I'd like to make a simple text-based game using either JavaScript or PHP. Ideally I'd like to be able to render ASCII text in a kind of blackscreen "console" style (think console roguelikes such as ...
5
votes
3answers
558 views
Securing JavaScript / PHP game data
Followup to securing-http-data-from-a-javascript-game-to-server.
I'm working on something similar, in that I have a PHP backend and a JavaScript frontend, which plays around with the HTML5 canvas ...
7
votes
4answers
444 views
Securing HTTP data from a JavaScript game to server
Suppose I am doing a JavaScript game, and I wish the game to update the server if the user has successfully completes the game and his outcome.
How should I ensure that the request came from the ...