Simple Soccer demonstrates how team-based AI for a sports game can be created using only a handful of basic AI techniques. Of course, as it stands, the behavior is neither particularly sophisticated nor complete. As your knowledge of AI techniques and experience increase you will see many areas where the design of Simple Soccer can be improved or added to. For starters, though, you might like to try your hand at some of the following practice exercises.
Buckland, Mat; Buckland, Mat. Programming Game AI by Example
This is a ported version of Buckland_Chapter4-SimpleSoccer from the book Programming Game AI by Example
- Go to JsAPI
cd JsAPI
- Make sure gwt is installed
- Environment variable must exists gwt
gwt=/path to gwt/gwt-2.9.0
- Run ant devmode
ant devmode
- Improve demo
- Explain what can be done
- Improve look and feel