Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 3.02 KB

README.md

File metadata and controls

34 lines (28 loc) · 3.02 KB

Covid invaders

Covid invaders is a variation of the popular arcade game Space invaders implemented using the pygame library.

Covid invaders is a shooting game where a syringe (player) is used to shoot vaccine shots to destroy the viruses (enemy). The player can only move horizontally while the enemy moves horizontally and vertically, approaching the ground. The enemy also shoots lasers to overcome the syringe. There are various 'variants' of viruses in the game. The player earns points depending on which variant they destroy. The game ends when the player defeats all the viruses or the enemy reaches the ground.

Requirements

  • Python 3.x
  • Pygame library

Installation

  1. Clone the repository: git clone https://github.com/Suhana66/Covid-Invaders.git
  2. Install the dependencies: pip install -r requirements.txt
  3. Run the program: python3 main.py

Game controls

  • Move the player left: Left arrow key.
  • Move the player right: Right arrow key.
  • Fire the vaccine: Spacebar.
  • Quit the game: Q key.

Credits

The static files used in this game (found in the 'assets' folder) can be attributed to the following:-

License

This project is licensed under the MIT License - see the LICENSE file for details.