You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Python 3.9
install pygame pip install pygame
go to space_invaders directory cd space_invaders
create a highscores file touch scores.txt
run the game python main.py