Skip to content

Space Invaders, A simple game where we have to battle alien invasion by eliminating them one by one.

Notifications You must be signed in to change notification settings

ayushxpatne/space-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Invaders

Introduction: Space Invaders is a Japanese shooting video game released in 1978 by Taito. It was developed by Tomohiro Nishikado, who was inspired by other media: Breakout, The War of the Worlds, and Star Wars. The Basic Space Invaders Game Layout looks like this:

Elements: Aliens/Invaders: These spawn in a layout / grouped manner. Some of the Aliens shoot back at the player, from which we have to defend ourselves from hiding behind the barricades. Barricades: The Red Crescent (can be rectangular) shaped element in the lower portion of the screen. Player has to defend itself from the Invader’s bullets by hiding behind one of them. Spaceship: The lower blue color element is Spaceship, which would be controlled by the Player. It can only move on X-Axis. It can be controlled via Left and Right Arrow Keys. The laser/bullet to kill the Invaders can be launched by pressing Up Arrow Key.

Requirements: Pygame, Sys

About

Space Invaders, A simple game where we have to battle alien invasion by eliminating them one by one.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages