Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 340 Bytes

File metadata and controls

16 lines (11 loc) · 340 Bytes

InteractiveProgramming

SampleScape2k17 is an Interactive Programming project for Olin College Spring 2016 SoftDes.

To run, simply download the repository, and run synthesis.py

$ python synthesis.py

SampleScape2k17 requires PyGame and TKinter.

To install these packages:

$ sudo apt-get install python-pygame python-tk