Please sign in to access this page
Space Invaders is an old school shooter game where you are in a spaceship and you shoot Space Invaders, made with PyGame. (First PyGame Project)
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
FINALLY DONE... Added a game over screen and a press ESC to play again, wanted to add a quit button but thought it was pointless since you can just ALT + F4 or click on the X on the window anyway, really had fun making my first pygame project, i'll def continue learning more about it.
Added 6 different enemies and added collision so that the bullet actually works and kills the space invaders.
Added a bullet and made it get shot from the center of the space ship, haven't added collision yet though so it does nothing atm
Pretty new to PyGame so it took me a bit but i have changed the title of the window, added a logo for it (its pretty small), and added the main spaceship the player is playing as.