Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeljkofilipin/pacman
- Owner: zeljkofilipin
- License: mit
- Created: 2010-05-26T10:03:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T15:29:02.000Z (9 months ago)
- Last Synced: 2024-05-21T16:44:41.109Z (9 months ago)
- Topics: game, pacman, ruby, selenium
- Language: Ruby
- Homepage:
- Size: 108 KB
- Stars: 5
- Watchers: 3
- 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
bundlePlay 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/