BattleField Engine

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shadow_developer
Forum Newbie
Posts: 1
Joined: Sat Feb 18, 2006 7:11 am
Contact:

BattleField Engine

Post 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.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post 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.
Post Reply