Automates playing the retro asteroid game. personal copy of https://github.com/iamagithublearner/asteroid-automator
Go to file
John McCardle 0da86d118a ignore vim and venv local files. 2021-12-30 15:17:40 -05:00
images Merge branch 'main' into gamemodel_imagepipeline 2021-12-26 20:04:06 +02:00
.gitignore ignore vim and venv local files. 2021-12-30 15:17:40 -05:00
README.md Create README.md 2021-12-19 22:03:44 +05:30
gameio.py Merge branch 'screenshot_merge' into gamemodel_imagepipeline 2021-12-26 19:56:30 +02:00
gamemodel.py remove extraneous commented code 2021-12-28 19:48:57 -05:00
imagepipeline.py Mostly functional again after imagepipeline module refactor 2021-12-28 19:46:52 -05:00
main.py Moved module to a different file 2021-12-19 21:16:34 +02:00
pointcluster.py SIFT, orthogonal ship image detection (lives), colored debug output 2021-12-22 20:29:36 -05:00
shapes.py Mostly functional again after imagepipeline module refactor 2021-12-28 19:46:52 -05:00
utility.py Started classifying on-screen objects with unified "analyse_frame" function 2021-12-23 13:57:50 -05:00

README.md

asteroid-automator

Automates playing the retro asteroid game.