Automates playing the retro asteroid game.
personal copy of https://github.com/iamagithublearner/asteroid-automator
John McCardle
5499aa5e49
Rocks, lives, and missiles are identified by their rectangles from cv2.matchTemplate. Clusters from SIFT are checked against these detected rectangles. The remaining objects (like the rotated ship) are classified as "mysteries". These will be target for further analysis (like ship angle determination), or we can just shoot at them :) |
||
---|---|---|
images | ||
.gitignore | ||
README.md | ||
gameio.py | ||
gamemodel.py | ||
main.py | ||
pointcluster.py | ||
utility.py |
README.md
asteroid-automator
Automates playing the retro asteroid game.