Automates playing the retro asteroid game. personal copy of https://github.com/iamagithublearner/asteroid-automator
Go to file
Martysh12 bfcb0650e6 Changed os.name to platform.system()
Changed os.name to platform.system() because platform.system() is much more reliable, and is easy to check for different system.

Also added a check for linux.
2021-12-19 20:29:38 +02:00
README.md Create README.md 2021-12-19 22:03:44 +05:30
main.py Changed os.name to platform.system() 2021-12-19 20:29:38 +02:00

README.md

asteroid-automator

Automates playing the retro asteroid game.