Android Open Source - Game ai boxai






Project Summary

A grid-based predator-prey AI game where players program AIs to chase/evade each other..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of boxai.

ItemValue
Java File Count11
Target SDK Version17
Minimum SDK Version13
Activity Count1
jar files usedandroid-support-v4.jar




Java Source Files

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