Skip to main content

Questions tagged [php]

PHP is a general-purpose programming language that is especially suited for web development.

Filter by
Sorted by
Tagged with
3 votes
3 answers
702 views

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 ...
user1009013's user avatar
2 votes
2 answers
11k views

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 ...
Alireza Seifi's user avatar
32 votes
2 answers
30k views

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 ...
Gabriel's user avatar
  • 1,153
1 vote
1 answer
435 views

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 ...
aazzee's user avatar
  • 11
0 votes
1 answer
1k views

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 ...
teh internets is mad of catz's user avatar
1 vote
1 answer
845 views

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 ...
Elgoog's user avatar
  • 113
12 votes
4 answers
22k views

I was the lead developer of 2 moderately successful browser games quite a few years back, and plan on working on a new game soon. At the time, I wrote them in pure PHP (no template engine or anything ...
Bitgarden's user avatar
  • 263
-5 votes
2 answers
596 views

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 ...
Ash's user avatar
  • 1
0 votes
3 answers
302 views

I need to create an engine that will allow me to add content to a website. The website is a browser-based game. This is a verbose engine that should be able to handle many different aspects of the ...
Vael Victus's user avatar
5 votes
4 answers
845 views

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 ...
F.P's user avatar
  • 219
4 votes
2 answers
1k views

We are making a small FPS, and want people to be able to play it online and fetch a list of all servers from a master server. We only have experience in C#, and we have already written a master server ...
Hannesh's user avatar
  • 971
7 votes
4 answers
5k views

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 ...
persepolis's user avatar
1 vote
0 answers
346 views

Possible Duplicate: How can I prevent cheating on global highscore tables? So, I create a game in Flash and I want to keep a hi-score table for people to compete in. After a player has finished ...
Psychic's user avatar
  • 121
3 votes
3 answers
2k views

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 ...
facebook-100000781341887's user avatar
7 votes
6 answers
4k views

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 ...
Landstander's user avatar
6 votes
2 answers
4k views

I generated a height map with the diamond square algorithm. The thing is i do not manage to create islands, this is, restrict the height other than water level range to a certain value in the center ...
Gabriel's user avatar
  • 1,153
29 votes
5 answers
20k views

I'm trying to create a hexagon world map for my PHP browser based strategy game. I've created a table in my database with the following data per row: id, type, x, y and occupied. Where type is the ...
fabianPas's user avatar
  • 411
6 votes
3 answers
2k views

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 ...
erik's user avatar
  • 1,378
9 votes
3 answers
2k views

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 ...
user avatar
8 votes
4 answers
2k views

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 ...
Extrakun's user avatar
  • 2,742