This is the repo for the Live Wallpaper Program. Created for the fourth Mini-Project for Software Design, Spring 2018 at Olin College.
All art is under copyright by Hwei-Shin Harriman and is not for distribution except with express permission from the artist.
Link to Project Reflection: https://github.com/hsharriman/InteractiveProgramming/tree/master/Writeup
Before running, install PyGame from terminal:
$ apt-get build-dep python-pygame
$ apt-get install mercurial python-dev python-numpy ffmpeg libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev
$ pip install pygame
To run the program:
navigate to the InteractiveProgramming folder on your computer and type:
$ python main
into the command line
To spawn hot-air balloons, click anywhere in the sky.
To spawn a cactus flower, click on the big cactus.
To exit the program, click the 'x' in the upper left-hand corner.