|
I would like to make a web-based game which is Travian-like (or Ikariam-like). The game will be in PHP & MySQL-based. I wonder how can I achieve the live updating of game attributes.
For frontend, I can achieve by using AJAX calls (fetch the latest values...
Started by Shivan Raptor on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For a Travian like resource.
That way, you avoid updating until you actually need the new value .
|
|
Then you can help them make a new adventure game by donating at:
http://www.kickstarter.com/projects/...fine-adventure
The goal has already been met but the more they get the better they can make it.
Reason for this is because Schafer can't get funding...
Started by KaOTiK on
, 25 posts
by 17 people.
Answer Snippets (Read the full thread at anandtech):
I think the best game, hes made is by far Grim? $10,000 rewards....
And even better is that its guys like Tim Schafer and Ron, but not a masterpiece like monkey island and Grim Fandango.
That wants to develop a Adventure game....
|
|
Hello!
I'm trying to parse XML feed with SimpleXML, here is a chunk of the XML tree:
<item> <game:name>Tetris</game:name> <game:desc>Way Cool Game</game:desc> <size>5mb</size> </item>
Well actually, I can...
Started by Andersson83 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
XML requires all namespaces to be defined.
Http://game.namespace/");
given that http://game.namespace is the URL to your game namespace-and-namespaces/
You need to define the namespace for game.
|
Ask your Facebook Friends
|
Here's an interesting one...
A lot of the game I play are pretty simple. I kind of play video games for an escape so I like to play hack n' slash games or hockey games or shooters. I usually don't like video games that make me think to hard but everyone...
Started by matt_dev on
, 25 posts
by 24 people.
Answer Snippets (Read the full thread at stackoverflow):
Where approach paths, damage....
Civilization 4, it feels like a multiplayer chess game.
In Light Bot , programming is the game, so that pretty much requires you to think like a programmer representations and decision heuristics.
|
|
I would like to learn about games (strategy) algorithms especially about how do enemies algorithms works ?
Is there any good place for beginners?
Answer Snippets (Read the full thread at stackoverflow):
There's a lot out there on strategic computation, game theory....
Also explore the Game Programming section on Amazon.com.
I'd start with the O'Reilly book, ' AI for Game Developers '.
Wow, that's quite the question.
Be a good start.
|
|
I'm looking for an example of how to implement 2D terrain destruction that you see in games like scorched earth or on the iphone iShoot .
I'm looking to implement a game that needs to do destructible terrain and render it using OpenGL (LWJGL in Java) ...
Started by Dougnukem on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Since Scorched Earth is a turn-based game, it seems like a good idea to have the terrain to collapse like it did in Tank Wars, you'll need to iterate over each column of your image the game wait until....
The next player fires.
|
|
Inspired by the Old games > new games thread, what are some new games that have a retro feel to them and play like the awesome classics we love?
Some that I've tried: Megaman 9/10, The Binding of Isaac, , Cave Story
There must be some others. So share...
Started by w00tasaurus on
, 14 posts
by 8 people.
Answer Snippets (Read the full thread at bodybuilding):
Is this true? Three people in Australia released....
I have it sitting in my steam.
Http://en.wikipedia.org/wiki/Super_Meat_Boy
i think it fits the bill? amusing game do recommend game do recommend Yep, that's the kind of thing we need more of.
|
|
What are the currently popular programming games in the internet, something like crobots but with web-based interface that enables you to compete with anyone who has published his/her code earlier?
Started by belunch on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For one assignment in AI we used RoboCom , and pitted all the programs against each other for half a... .
Doesn't seem to have any script publishing / sharing capabilities though .
AT-Robots is one of them
There's a JavaScript one up at www.jsrobots.com .
|
|
Hi!
How can we run a OpenGL applications (say a games) in higher frame rate like 500 - 800 FPS ?
For a example AOE 2 is running with more than 700 FPS (I know it is about DirectX). Eventhough I just clear buffers and swap buffers within the game loop,...
Started by Morpheus on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
FPS sounds like you are doing something else besides drawing nothing (sleep? game logic stuff? greedy.
|
|
I'm thinking like the methods games like Counter Sstrike, WoW etc uses. In CS you often have just like 50 ping, is there any way to send information to an online MySQL database at that speed?
Currently I'm using an online PHP script which my program requests...
Started by Phoexo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Most games like the ones you cite widespread support....
So things to be aware of to have a fast connection - less hops, etc .
Games, like CounterStrike, don't care about what you previously did.
Another computer on a network.
|