Playing around with Python.
- python or python3 and pip (or pip3)
brew install python3
// OR
brew install python
Installing one of those will also get you pip.
- pygame
Pygame has a lot of dependencies:
brew install sdl sdl_image sdl_mixer sdl_ttf portmidi mercurial
pip3 install hg+http://bitbucket.org/pygame/pygame
To run the game:
python3 alien_invasion.py