All Projects â†’ leerob â†’ Space_invaders

leerob / Space_invaders

Licence: mit
👾Python clone with a modern twist

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Space invaders

Face Tracking With Anime Characters
Hello! I have made a Python project where YURI from the game doki doki literature club accesses the webcam and stares directly into the players soul. Hope you enjoy!
Stars: ✭ 320 (+88.24%)
Mutual labels:  pygame
Pygame Car Tutorial
Stars: ✭ 21 (-87.65%)
Mutual labels:  pygame
Harmless
A chinese chess engine
Stars: ✭ 90 (-47.06%)
Mutual labels:  pygame
Pygame tutorials
Code to go along with lessons at http://kidscancode.org/lessons
Stars: ✭ 363 (+113.53%)
Mutual labels:  pygame
Pymunk
Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python
Stars: ✭ 513 (+201.76%)
Mutual labels:  pygame
Mu
A small, simple editor for beginner Python programmers. Written in Python and Qt5.
Stars: ✭ 960 (+464.71%)
Mutual labels:  pygame
Pgzero
A zero-boilerplate games programming framework for Python 3, based on Pygame.
Stars: ✭ 311 (+82.94%)
Mutual labels:  pygame
Sorting Algorithms Visualizer
Program made with Python and Pygame module for visualizing sorting algorithms
Stars: ✭ 137 (-19.41%)
Mutual labels:  pygame
Pygame Learning Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
Stars: ✭ 828 (+387.06%)
Mutual labels:  pygame
Chrome T Rex Rush
A python remake of the famous T-Rex game from Google chrome
Stars: ✭ 74 (-56.47%)
Mutual labels:  pygame
Pibooth
The pibooth project provides a Photo Booth application out-of-the-box for Raspberry Pi and opencv compatible devices
Stars: ✭ 398 (+134.12%)
Mutual labels:  pygame
Spaceshooter
🎮 The classic retro game recreated using Pygame and python
Stars: ✭ 407 (+139.41%)
Mutual labels:  pygame
Rpg tactical fantasy game
A tactical turn-based game project in pygame, open to support
Stars: ✭ 66 (-61.18%)
Mutual labels:  pygame
Airgesture
Play games without touching keyboard
Stars: ✭ 361 (+112.35%)
Mutual labels:  pygame
Gpflappybird
Flappy Bird AI using Cartesian Genetic Programming (Evolutionary Computation)
Stars: ✭ 117 (-31.18%)
Mutual labels:  pygame
Pygame
pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.
Stars: ✭ 4,164 (+2349.41%)
Mutual labels:  pygame
Sudoku Gui
Simple Sudoku Game built on Pygame as a backtracking algorithm visualizer. Credits to TechWithTim for the idea.
Stars: ✭ 29 (-82.94%)
Mutual labels:  pygame
Stellar
🌟 An open-source IDE for game development.
Stars: ✭ 140 (-17.65%)
Mutual labels:  pygame
Toycarirl
Implementation of Inverse Reinforcement Learning Algorithm on a toy car in a 2D world problem, (Apprenticeship Learning via Inverse Reinforcement Learning Abbeel & Ng, 2004)
Stars: ✭ 128 (-24.71%)
Mutual labels:  pygame
Ezpygame
An easier way to use pygame
Stars: ✭ 72 (-57.65%)
Mutual labels:  pygame

Space Invaders

Language Module Release

About

Space Invaders is a two-dimensional fixed shooter game in which the player controls a ship with lasers by moving it horizontally across the bottom of the screen and firing at descending aliens. The aim is to defeat five rows of ten aliens that move horizontally back and forth across the screen as they advance towards the bottom of the screen. The player defeats an alien, and earns points, by shooting it with the laser cannon. As more aliens are defeated, the aliens' movement and the game's music both speed up.

The aliens attempt to destroy the ship by firing at it while they approach the bottom of the screen. If they reach the bottom, the alien invasion is successful and the game ends. A special "mystery ship" will occasionally move across the top of the screen and award bonus points if destroyed. The ship is partially protected by several stationary defense bunkers that are gradually destroyed by projectiles from the aliens and player.

How To Play

  • If you don't have Python or Pygame installed, you can simply double click the .exe file to play the game. Note: The .exe file needs to stay in the same directory as the sounds, images, and font folders.

  • If you have the correct version of Python and Pygame installed, you can run the program in the command prompt / terminal.

cd SpaceInvaders
python spaceinvaders.py

Note: If you're using Python 3, replace the command "python" with "python3"

MacOS Mojave: You need to use Python 3.7.2 or greater: Source

Demo

Space Invaders

Notable Forks

Contact

Thanks for checking out my game and I hope you enjoy it! Feel free to contact me.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].