Tagged Questions

9
votes
4answers
2k views

Soccer simulation for a game

I would like to build a simulation engine which can simulate a soccer (association football) match. It would be cool great if you could help me. What is important to me is to decide which actions ...
5
votes
4answers
2k views

Improving soccer simulation algorithm

In another question, you helped me to build a simulation algorithm for soccer. I got some very good answers there. Thanks again! Now I've coded this algorithm. I would like to improve it and find ...
3
votes
3answers
329 views

Complicated football league Dynamic Ordering in MySQL?

I have a table 'games' for a football league as follows: date home_team_id away_team_id home_score away_score - 1 2 6 21 - 3 ...
0
votes
1answer
106 views

Add numbers from one table field to another?

I want to know how can I add numbers from one table field to another for example, I have: Table name = Game: opponent1(name of row) vs. opponent 2 - score1 = 25 - score2 = 20 I would like ...