Automates playing the retro asteroid game.
personal copy of https://github.com/iamagithublearner/asteroid-automator
The data returned by the gamemodel function is overly verbose and not interpreted well yet. I'd like to return a (pt, wh, label) tuple like the find_asteroids function does. This would make it compatible with the existing display_results function. |
||
|---|---|---|
| images | ||
| .gitignore | ||
| README.md | ||
| gameio.py | ||
| gamemodel.py | ||
| main.py | ||
README.md
asteroid-automator
Automates playing the retro asteroid game.