Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 876 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 876 Bytes

Alien Invasion

Python Implementation of the Alien Invasion Game. Produced after "Python Crash Course" by Eric Matthes.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for playing and development purposes.

Installing

Mac OS

On Mac OS with homebrew and Anaconda, execute the following commands (largely taken from here):

$ brew install hg sdl sdl_image sdl_ttf
$ brew install sdl_mixer portmidi
$ conda install anaconda-client
$ conda install -c https://conda.binstar.org/quasiben pygame

Execution

$ python alien_invasion.py

Screenshot

Image not found

License

See LICENSE