Tagged Questions

Resources The PHP Homepage Wikibooks: PHP Programming

learn more… | top users | synonyms

2
votes
1answer
73 views

Advice on a PHP RPG System

I am looking to make a php/mysql/javascript based rpg on a site. I am trying to figure out the best method when it comes to items, quests, etc. For instance should I make classes for each item type ...
-3
votes
2answers
70 views

Is it possible to combine Blender with PHP?

I want to build a web game with Blender and I know PHP. Is it possible to mesh Blender with PHP?
-4
votes
0answers
49 views

client send json and retrieve it in server [closed]

Now I'm building game by UNITY3D I get some problems about sending json file to server and retrieve it on server. I build server with PHP via Yii framework. Anybody help me :((
0
votes
3answers
189 views

Web Card Game , MySQL vs SQLite performance wise

Been thinking of creating a js/PHP/MySQL game, with multiple players / games happening concurrently. Is there any chance SQLite might be faster for something like this than MySQL? Keep in mind that ...
1
vote
1answer
123 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
votes
2answers
152 views

Concerns for Hosting a Facebook App

I am working solo on an AS3 Facebook App project of the Interactive Quiz type nature. What amount of bandwidth would it take for a simple Facebook app to run? What sort of traffic would be produced ...
0
votes
1answer
98 views

Need Feedback for PHP & MySQL Saving Game Progress

My team is planning to create a simulation game using Javascript, CodeIgniter and MySQL for the backend. It will be mostly click based, ie: There will be buttons for activities like Eat, Play, Study, ...
0
votes
3answers
532 views

For making an online multiplayer browser-based game, what tech would be more efficient to use? [closed]

I asked a partial question on stackoverflow, and then realized that this would be the place to get a better answer because this is the game dev website, and you all may know more than the programmers ...
1
vote
1answer
233 views

PHP battle script

I have custom built as a little personal project a website coded in php that is a MMORPG. It is at the minute just a personal private project but I am stuck as what to do when it comes to users ...
3
votes
2answers
171 views

How can I randomly generate arbitrary “rules” for a creative card game

My friends and I in school play this interesting card game, which we call 'the game without rules' (ironically, of course). The game is like this: in the beginning of a school year, we start with one ...
1
vote
1answer
786 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 ...
18
votes
2answers
2k views

Understanding Perlin Noise

I'm toying with Perlin Noise after some work with Diamond Square. I followed the implementation by Hugo Elias that basically, makes a series of functions with x,y as input to throw each coordinate ...
1
vote
1answer
197 views

How to decide who wins a race?

I'im thinking of building a text-based browser game. A racing game.like F1 or rally. users can set-up a car. thinks like tyres, fuel, driver,brakes. every attribute gets a value. the part where i ...
0
votes
1answer
200 views

SQl, noSQL, and Doctrine with Symfony 2.0

I've had the idea of creating a webgame for a while now, and as it becomes more and more accurate i started playing around with Symfony 2.0. First question : it seems that it is recommanded to use ...
1
vote
1answer
357 views

hexagon tiles to square tiled map

in a previous question asked here:how-to-create-a-hexagon-world-map @Tim Holt has provided code that does the job that i'm wanted to do, the only difference I would like is to have it as squares ...

1 2
15 30 50 per page