Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.1 KB

Welcome to my Alien Invasion Game!

Alien Invasion

Game - Alien invasion is based on the book "Python Crash Course" Eric Matthes. In addition to the base from the book, several elements have been added to the game

The reason for the creation was to improve my Python skills.

Introduction

In alien invasion, the player controls a spaceship and his main task is to defeat the incoming alien fleet. If the entire fleet is defeated, the player moves to the next level where all the statistics are increased. The player can lose his life if touched by an alien or he flies through the bottom.

Controls

  • Space-bar = Shoot
  • Arrows keys = Move the ship left/right/top/down
  • Q = Quit

Thank for your visit and have fun!