A grid-based predator-prey AI game where players program AIs to chase/evade each other..
boxai is hosted in the following web site
https://github.com/duyunchen/boxai
If you think the Android project boxai listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of boxai.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 17 |
Minimum SDK Version | 13 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
boxai has the following Java source files.
com.boxai.BoardView.java com.boxai.Boxai.java com.boxai.Entity.java com.boxai.Player.java com.boxai.Predator.java com.boxai.Prey.java com.boxai.example.BasicPredator.java com.boxai.example.BasicPrey.java com.boxai.example.SmartPredator.java com.boxai.example.SmartPrey.java