a classic game from atari 2600 in python
Space Invaders
This is a simple Space Invaders game built with Python and Pygame. Installation Install the Pygame library: pip install pygame
Usage
Navigate to the project directory
Run the game: python Space_invaders.py
How to Play
Use the left and right arrow keys to move the player's spaceship.
Press the spacebar to fire bullets at the enemy spaceships.
Destroy as many enemy spaceships as possible before they reach the bottom of the screen.
If an enemy spaceship collides with the player's spaceship, the game is over.
Credits
The original code for this game was written by Christian Thompson: Simple Python Space Invaders
Extra
the game is still on progress, i need to find smaller png files for the spaceship,enemy and bullet, also the sound is not perfectly fit to the game, but i was just testing it.
So definetely needs more development in order to have a nice looking and sound game like the classic space invaders from the old-school atari =)