Advertisement

Soccer games strategy

Started by April 07, 2010 03:46 PM
2 comments, last by IADaveMark 14 years, 7 months ago
Hi all, I am writing a tiny soccer game that requires me to implement an algorithm that governs how players from the same team move according to each other positions and the current ball position .. in other words, the task is to implement the formation strategy of the team throughout attack and defense .. hopefully exhibiting intelligent behavior that understands when defenders should attempt to stop an opponent, coverage, swapping, overlapping ..etc I know for sure that this will require me to read before i can do it .. therefore, i am asking for a starting point for my research and hopefully some broad lines to keep in mind while working on this .. best regards, A. Khalifa
If you google "Soccer AI" there are a bunch of links with videos or descriptions of Soccer AI. Also a link to a sourceforge project.

-me
Advertisement
Here is another thread on the same topic.
Mat Buckland did a very passable soccer game in his book "Programming Game AI by Example."

Dave Mark - President and Lead Designer of Intrinsic Algorithm LLC
Professional consultant on game AI, mathematical modeling, simulation modeling
Co-founder and 10 year advisor of the GDC AI Summit
Author of the book, Behavioral Mathematics for Game AI
Blogs I write:
IA News - What's happening at IA | IA on AI - AI news and notes | Post-Play'em - Observations on AI of games I play

"Reducing the world to mathematical equations!"

This topic is closed to new replies.

Advertisement