Im in the beginning of coding a webbased game, and I have pretty much everything clear to me except one thing. Im generating code that is saved in a database to be used later. The code is basicly cordinates on where a specific visualized object is on the screen at a specific time....think of a horserace and i want to represent the horse. My question is what kind of language should I use and how?
Id like the generated code to be streamed to the user at specific times so that it becomes...well a horse race.
I hope anyone understand what im rabbling about. ;)
I have knowledge of C#,PHP and some Java not much.