Skip to content

This is implimentation of classic 'Space Invader' game using pygame Framework (Python).

Notifications You must be signed in to change notification settings

ykgautam09/Space-Invader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is pygame implementation of classic 'Space Invader' game.

It has no other dependency beside "pygame"

Clone this repo and execute 'main.py' file or
In a Unix-based system execute ./dist/main file from project directory

How To Play:

    Your spaceship(player) has 3 hit-point after which your spaceship will be destroyed.
    Alien(enemy) shoots bombs at you randomly, try to dodge the bombs while shooting bullet to destroy enemy.

Controls:

  1. Press left/right arrow key to move spaceship in left/right direction.
  2. Press spacebar to shoot bullets.
  3. After game over to replay the game press R key.

Preview:
drawing

About

This is implimentation of classic 'Space Invader' game using pygame Framework (Python).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published