A classic space shooter game made with the pygame library. Dive into an exciting space combat experience, dodge meteors, and face powerful enemies.
- pygame
- random
- os
To install pygame, use the following pip command: pip install pygame
- Immersive space shooting experience.
- Variety of enemies to tackle.
- Collect power-ups to enhance your spaceship's capabilities.
- Score tracking and shield status bar.
- Rotating meteors for an added challenge.
- Smooth gameplay with synced FPS.
- Clone this repository: git clone https://github.com/Bisalkumar/Spaceshooter_Game.git
- Navigate to the directory: cd SpaceShooter_Game
- Run the game script: python game.py
- Use arrow keys (left and right) to move the spaceship.
- Press the spacebar to shoot bullets.
- Dodge incoming meteors and enemies.
- Collect power-ups to get additional capabilities.
Contributions are welcome! Please read the CONTRIBUTING.md file for more details on how to contribute to this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Special thanks to pygame for their comprehensive game development library. Appreciation to all contributors and testers for making this game better.