Home

Awesome

Automating Google Pacman

The game is located at http://www.google.com/pacman/

Project repository is at https://github.com/zeljkofilipin/pacman

Tested with Ruby 1.9.3p194.

Install required RubyGems:

gem update --system
gem install bundler
bundle

Play the game with bundle exec rake. Run tests with bundle exec rake spec.

For more information see http://zeljkofilipin.com/play-google-pacman-with-watir/