https://github.com/zeljkofilipin/pacman
Automating Google Pacman
https://github.com/zeljkofilipin/pacman
game pacman ruby selenium
Last synced: about 1 year ago
JSON representation
Automating Google Pacman
- Host: GitHub
- URL: https://github.com/zeljkofilipin/pacman
- Owner: zeljkofilipin
- License: mit
- Created: 2010-05-26T10:03:19.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T09:34:36.000Z (about 1 year ago)
- Last Synced: 2025-04-23T10:33:37.954Z (about 1 year ago)
- Topics: game, pacman, ruby, selenium
- Language: Ruby
- Homepage:
- Size: 115 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/