Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeljkofilipin/pacman

Automating Google Pacman
https://github.com/zeljkofilipin/pacman

game pacman ruby selenium

Last synced: 3 months ago
JSON representation

Automating Google Pacman

Awesome Lists containing this project

README

        

# 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/