Tagged Questions
1
vote
1answer
253 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 ...
3
votes
2answers
478 views
Drag and Drop Team Selection
I have a Fantasy F1 Website, currently users select their teams using dropdown menus. It works OK but isn't as user friendly as I would like.
I would like to implement a drag and drop type of ...
1
vote
2answers
3k views
Multiplayer card game using PHP/Ajax and mysql
I am designing a map game, using PHP and MYSQL. I don't know how to make the players who sign-in to the website to see other players who are also connected to the site and be able to chat with one ...
1
vote
3answers
372 views
Calculation of a fight with many entities
User A can have many entities
A Entity is a object that has properties such as health, attack, defence, agility, stamina, etcetera.
When User A want to attack User B with x entities I am looking ...
7
votes
3answers
738 views
Calculating Experience Points earned after a battle
I'm developing a simple text battle game and having some issues calculating how much XP should be earned after a battle, theres a few factors that i want to consider:
1) Players should of course earn ...