Space Battle is a fun and engaging space-themed shooting game where players control a spaceship to shoot enemies and avoid shooting well-wishers. The objective is to score as many points as possible by eliminating enemies while protecting the friendly well-wishers. The game is built using Python and Pygame.
- Control a spaceship to move left and right using arrow keys.
- Shoot bullets using the spacebar to eliminate enemies.
- Avoid shooting well-wishers (represented by a different color).
- The game ends when you run out of lives.
- The score is based on the number of enemies you eliminate.
To play Space Battle, you'll need to have Python and Pygame installed on your computer. If you don't have Pygame installed, you can do so by running:
pip install pygame