Skip to content

A variation of space-invaders including Covid virus variants and vaccines implemented in pygame

License

Notifications You must be signed in to change notification settings

suhana66/Covid-Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A variation of space-invaders including Covid virus variants and vaccines implemented in pygame

Topics

Resources

License

Stars

Watchers

Forks

Languages