The web tag has no wiki summary.
20
votes
5answers
8k views
How to create a hexagon world map in PHP from a database for a browser based strategy game
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 ...
4
votes
2answers
503 views
Webworkers HTML5 for game AI?
So I am designing a game like scrabble in which a user has to make words using the letters on the screen. When the there is no possible combination of word that can be made with the letter the game is ...
3
votes
4answers
1k views
What new programming languages are being used to develop web-based games? [closed]
I've got around 10 years behind me of casually creating AS1/2/3 games and have found myself wondering recently what other options are available for web-based games.
I have recently found haXe and ...
10
votes
5answers
1k views
How to protect a developed game?
I have developed some small games which are my own creation and each is having different gameplay. Now i want to showcase it using the internet. But I'am a bit worried about
the concept getting ...
9
votes
5answers
3k views
Where can I find some “must see” game development portfolios? [closed]
I am trying to put together a website/portfolio and it would be great to see what others have done.
6
votes
7answers
2k views
How long till HTML5 canvas becomes a viable game development platform?
So I have been working on web application. So invariably what it boils down to is making simple games which were previously based on flash or openGL. Now I know apple was moving away from flash ...
5
votes
3answers
456 views
Determining the probability of a successful attack based on the equipped weapon?
Take this example, a player has a sword composed of the handle and a blade. Together, they generate a strength of X and that combination adds qualitative attributes (induce more damage to fire ...
13
votes
6answers
3k views
Do any open source JavaScript 3D physics engines exist? [closed]
I'm working on a web-based 3D FPS game using WebGL, HTML5 and JavaScript. It is supposed to target PCs and net-books with WebGL-enabled browsers installed.
I'm wondering if there's an existing open ...
17
votes
4answers
2k views
noSQL - Is it a valid option for web based game?
Out of an opportunity and boredom, a friend and I decided to make a web based game. This is the first 'game' I will be making, since usually I program web apps in django.
I've opted to use the same ...
10
votes
11answers
943 views
How to model multiple “uses” (e.g. weapon) for usable-inventory/object/items (e.g. katana) within a relational database
So I'm working on expanding the uses of items over at www.ninjawars.net, and I'm not exactly sure how to represent them flexibly in the relational database that we use.
I may be barking up the wrong ...
5
votes
2answers
1k views
Is there an open source sports manager project? [closed]
For a long time I've tried to search for an open source manager game, but without any luck. I'm looking for a suitable project for a reference to my own pet project. Features like well designed data ...
2
votes
2answers
149 views
Are there any good tools or suites out there that help with building AI/Robots for browser based games?
I've found some HTML/Canvas/Javascript browser based games that I don't particularly enjoy playing, but which I think would be fun to write robots for. Are there any tools out there which help remove ...
11
votes
4answers
2k views
Is SVG a viable technology choice for web-based game?
I have started to read up about the web technology available for doing web-based game with only Javascript, but I have no where got feedback about SVG with HTML5. Is is a viable choice ? Does it ...
22
votes
9answers
3k views
How can I prevent cheating on global highscore tables?
For browser games and those on a mobile phones, it's common to have a global highscore table. It's also common for those tables to contain scores of 2,147,483,647 - where people have figured out the ...
11
votes
6answers
579 views
Persistent Browser Based Game: To Captcha or not to Captcha?
I've been working (off-and-on) on a pbbg that's pretty old school. If you've ever played Carnage Blender then you get the idea.
If not, it's a simple idea that's been done a lot: A player is ...
7
votes
5answers
571 views
What techniques enable web based games to update player's resources frequently?
Long ago there was this web-based game called Utopia (and I'm sure it is still around), turns are by per hour. You only get new gold/lumber or what-not every hour.
Some newer web based games have ...
6
votes
12answers
4k views
What technology should I use for a web-based game? [closed]
What's the best technology for an online game, i.e playable through a web browser? I think the only choices are:
Java applets
Flash
Silverlight
I'm leaning towards Java applets, simply because ...
14
votes
12answers
3k views
How to handle Multiple-accounts creation and cheating?
I am developing a game that is running as a web application. The fact is that the game lose sense if one player creates several accounts. Imagine that is a turn-based strategy game, and if you play ...
11
votes
4answers
705 views
Is there any Shaders Directory? [closed]
There are many tutorials to learn GLSL, Cg, HLSL... with classical samples as bump mapping, toon-shading...
But is there a shaders directory?
a website where i can share my shaders
search shader by ...
17
votes
6answers
2k views
Essential knowledge for making HTML/JavaScript-based games
I was wondering if any experts out there could share the knowledge and resources of what is necessary to start making games with the latest HTML standards and JavaScript (or what some like to call ...
1
vote
1answer
163 views
Setting up forums/wiki for an independent game project [closed]
I'm creating an online game and would like to have some forums or a Wiki to allow discussion and gather feedback etc. among the soon-to-be community.
I'm looking specifically for:
Low ...
29
votes
20answers
4k views
Examples of good Javascript/HTML5 based games [closed]
Now that Flash is largely being replaced with HTML5 elements (video, audio, canvas, etc.) are there any good examples of web-based games built on completely open standards (meaning Javascript, HTML ...
4
votes
1answer
416 views
What are the advantages and disadvantages of the Web as a platform?
When comparing the web to other platforms (such as consoles or the iPhone) what are the trade-offs? What does the web excel at most? What are the weaknesses of using the web as a platform?