I'm developing a football management game.
It is to be browser based.
For the moment a turn based strategy that in the future I'd like to develop with more javascript interactivity.
I am competent with mySql and Php set ups and currently the game logic is set out for Php. (where the ball is, where the player should be etc etc)
But as it is my first game I'm not sure how to render the information as a sequence of animations?
Shall I look into SVG and XML manipulation? Then output it as frames?
Let me know if I am asking the wrong questions or info is lacking.