Automates playing the retro asteroid game.
personal copy of https://github.com/iamagithublearner/asteroid-automator
TODO: standardize the chainable outputs from CVImage. Will we return a new CVImage or a numpy array? I'm leaning towards the second one, so CVImage's return values can be used as numpy/cv2 inputs, and the ImagePipeline class will handle multiple modification calls. |
||
|---|---|---|
| images | ||
| .gitignore | ||
| README.md | ||
| gameio.py | ||
| gamemodel.py | ||
| imagepipeline.py | ||
| main.py | ||
| pointcluster.py | ||
| utility.py | ||
README.md
asteroid-automator
Automates playing the retro asteroid game.