PHP is a general-purpose programming language that is especially suited for web development.
0
votes
1answer
78 views
Structure examples for web-based chat for web-based game [closed]
What would be the best tools to use to create a web based chat/messaging system ?
for client we have :
Browser (any JS solution - preferably without using flash like in jsocket)
for server we have :
...
0
votes
1answer
107 views
What strategies can I use to update the visuals of my game to be more modern? [closed]
I'm making a browser strategy game.
Now my problem is that I have a feeling that my design is dated.
For now I have only used background colors and borders to make things look nice, but I have ...
2
votes
2answers
190 views
how to implement pvp(text based rpg in php/mySQL)
I'm creating a text based rpg in php/mySQL and I've come up to a dead end in regards implementing the pvp aspect of the game. First off is this even possible in php/mysql? If so, how would I go about ...
-3
votes
2answers
203 views
How is good is Java as a language for browser based mmo games? [closed]
Somewhat related to Is Java viable for serious game development?
I have decided to make a browser based mmo game. But the only programming language I know is Java.
So I would like to know how good ...
3
votes
3answers
333 views
Will running cron jobs every minute a good practice?
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
1answer
128 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.
...
0
votes
0answers
71 views
Creating a puzzle from solved sudoku
I'm trying to create a Sudoku puzzle generator in php.
As I got deeper, I found that this is not an easy-as-I-guessed thing to do.
So I have divided the problem into two parts,
Getting a complete ...
1
vote
1answer
390 views
How to handle a player's level and its consequent privileges?
I'm building a game similar to Mafia Wars where a player can do tasks for his gang and gain experience and thus advancing his level.
The game is built using PHP and a Mysql database.
In the game I ...
-1
votes
1answer
78 views
PHP keeping track of how many online rooms exist [closed]
I'm making an online card game project but now I have a minor issue:
In my game there are rooms that users can join. How do I find out how many created rooms there are? I thought about using a ...
1
vote
2answers
234 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
2answers
527 views
How do I generate a 2d grid-based map without screwing it up?
I'm relatively new to the mechanics of game development - catching up fast, but there are still some things that escape me. For example: generating a fully-accessible map on a 2d grid.
See the ...
2
votes
2answers
251 views
PHP Browser Game Private Messages?
First off, I'm asking this question here because gaming and messaging are intimately connected. Why win if you can't gloat? Nevertheless, I won't be offended if this needs to be moved to overflow.
...
0
votes
1answer
291 views
php multiplayer game - server&client model
I'm working on a simple round&web-based multiplayer game. The idea of the game is very simple: The players get an array of audio files which they listen to and write the transcripts for in 5 ...
1
vote
1answer
297 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 ...
2
votes
2answers
139 views
Web application interacts bi-directional with server program?
I want to write a web application to play chess against the engine Crafty. I'm not new to PHP and javascript, but must learn how to interact with a server process : how can a web application and/or ...
-2
votes
1answer
478 views
PHP Battle System for RPG game
I posted this a while ago on stackoverflow, they thought it would be better place here, I agree.
Essentially I know what I want to accomplish, and I have something to the effect of what I want but I ...
3
votes
1answer
181 views
Game based on Ajax polling for 12 players
I am planning on writing a small browser game.
The webserver is a shared server, with no root / install possible.
I want to use AJAX for client/server communication. There will be 12 players.
So ...
-1
votes
1answer
120 views
Using copyrighted sprites [duplicate]
Possible Duplicate:
How closely can a game resemble another game without legal problems
I was thinking about making a pacman clone, I know there is a similar question here Using Copyrighted ...
-1
votes
3answers
188 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 ...
5
votes
5answers
517 views
PHP Browser Game Question - Pretty General Language Suitability and Approach Question
I'm developing a browser game, using PHP, but I'm unsure if the way I'm going about doing it is to be encouraged anymore.
It's basically one of those MMOs where you level up various buildings and ...
-2
votes
1answer
113 views
Smarty templating system really needed? [closed]
Is smarty templating system really needed for creating a browser-based game?
Do I need anything else than SQL, PHP, and JS knowledge? \
Note: I also know HTML/CSS so I'd like to work on the game ...
3
votes
1answer
185 views
PHP city-sim castle layout
I am currently contemplating the layout system for my php based game but i've run into a couple of worries. So my idea is a 9X9 grid where the center 3X3 are inner castle. The inner castle will be 6X6 ...
1
vote
2answers
359 views
Passive skills and items
I'm making a small text browser RPG game using PHP, MySQL and Java Script (and jQuery). All the items are saved in the MySQL database.
Every now and then a character have to make a skill roll (Talk, ...
7
votes
3answers
2k 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 ...
0
votes
1answer
476 views
how does server communication work in a flash game with a php backend
I am trying to create a browser game using actionscript/flash. Currently, I'm trying to understand how I would go about creating a back-end which interfaced with my MySQL database.
As far as I ...
8
votes
1answer
510 views
Separating logic and data in browser game
I've been thinking this over for days and I'm still not sure what to do. I'm trying to refactor a combat system in PHP (...sorry.) Here's what exists so far:
There are two (so far) types of entities ...
1
vote
1answer
226 views
How can I keep track of a battle log on a web game?
Recently I started working on a Web turn-based PvP RPG game. Now I'm working on the battle system but I encountered some issues:
How can I keep track of everything that happens in the battle? It ...
0
votes
2answers
231 views
What's the best way to keep battle log in a browser based game written in PHP?
I've searched for it, but I couldn't find any question about this.
I'm working on a game where PvP fights are possible. The game is written in PHP/MySQL.
What I want to implement is to save all the ...
0
votes
1answer
64 views
Build / Destroy function design & security checks
I'm working on a browser based strategy game. For the moment I'm working on the build/destroy functions and I have a couple of questions about this. The main question is do you have advice on how I ...
-1
votes
1answer
147 views
Calculate Costs for Buildings
I have the following arrays:
[costs] => Array (
[0] => Array (
[value] => 600
[name] => Wood
)
[1] => Array (
[value] => 200
[name] => Stone
...