Football match engine in PHP

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
tonchily
Forum Commoner
Posts: 54
Joined: Thu Sep 02, 2010 10:44 am

Football match engine in PHP

Post by tonchily »

I've started a project to start a text-based football manager game. I have done a lot of coding (mainly the visual stuff) and now it's time to do something about the probably the most important thing there is when talking about football - the results. I really don't have any idea on how to create a realistic match engine, actually I don't even know on how to start doing this. When I say realistic match engine, I mean that players are playing on the position on the pitch they are told to, and the skills (which are taken from mysql db) are kind of compared when one player in confronting other etc.

The example I just told you is really bad but I don't even know how to start so please give me some directions.

Regards,
Toni
Post Reply