Page 1 of 1

Version 1.0 of the Game Playing software now available

PostPosted: Wed Mar 20, 2013 4:31 pm
by admin
Version 1.0 of our game playing software is now available for download at http://aibirds.org/Software/AngryBirds/AB1.0.zip

It is implemented in Java and includes the following components:
  • Game playing module that interfaces with Google Chrome. It takes screenshots and executes mouse operations
  • Computer Vision module that takes a screenshot and identifies all relevant objects and their locations
  • Trajectory planning module that computes where to shoot from if you want to hit a certain target point
  • A sample agent, called the Naive Agent, that demonstrates the use of the software

To get started, please read the included documentation or follow the instructions posted in the FAQ section under the Software category.

You can post issues and bugs in this forum in the corresponding section under the Software category.

Good luck with building your agents!
The Team