Tagged Questions
5
votes
1answer
273 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 ...
-5
votes
2answers
309 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 ...
2
votes
3answers
941 views
Facebook Game database design
I'm currently develop a facebook mafia like PHP game(of course, a light weight version), here is a simplify database(MySQL) of the game
id-a <int3> <for index>
uid ...
5
votes
6answers
1k views
How to implement a component based system for items in a web game
Reading several other questions and answers on using a component based system to define items I want to use one for the items and spells in a web game written in PHP. I'm just stuck on the ...