Automates playing the retro asteroid game. personal copy of https://github.com/iamagithublearner/asteroid-automator
Go to file
Martysh12 d04a0b172c Add key_up and key_down methods in GameIO
Add key_up() and key_down() methods in GameIO. key_press() does the aforementioned two functions one after the other.
2021-12-19 21:33:57 +02:00
images Application screenshot used for window location 2021-12-19 14:11:55 -05:00
README.md Create README.md 2021-12-19 22:03:44 +05:30
gameio.py Add key_up and key_down methods in GameIO 2021-12-19 21:33:57 +02:00
main.py Moved module to a different file 2021-12-19 21:16:34 +02:00

README.md

asteroid-automator

Automates playing the retro asteroid game.