Skip to content

konstanzer/alien_invasion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Alien Invasion

This remake of a classic arcade game is an good example of using sprites in object-oriented programming. The full instructions are available in Python Crash Course, 2nd ed., by Eric Matthes.

How to play

After cloning this repo, navigate to the src folder, then type

$ python alieninvasion.py

A note on environment

I established game parameters using Windows 10 and a wide LCD monitor. These probably wont be suitable for other environments and can be fiddled with in settings.py and the _create_alien function. The dependencies are pygame and Python3.

About

Remake of a classic arcade game using Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages