Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 557 Bytes

File metadata and controls

13 lines (10 loc) · 557 Bytes

InteractiveProgramming

Club Penguin Sledding Game In order to setup the environment to run this code, run the following in the 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

In order to run the actual code, run the following in the terminal: python CPSled.py

Project Reflection

Enjoy!