Page 1 of 1

BattleField Engine

Posted: Sat Feb 18, 2006 7:18 am
by shadow_developer
Hello.

I'm going to develop a battlefield engine in PHP.
It will be simple for now.
Just a background on which Kingdoms will encrease/decrease their territory with some other functionalities.

Having 2 questions to people familiar with interaction between PHP and GD/Flash.
1. What will be easier, to generate images via GD from PHP or to generate Flashes?
2. What premade scripts/classes can help me with that?


Thank you.

Posted: Sat Feb 18, 2006 1:41 pm
by josh
Generating images are not good for this kind of application, instead send flash an XML document about the current scene and let flash animage it using the astionscript drawing engine.