/InteractiveProgramming

This is the base repo for the interactive programming project for Software Design, Spring 2018 at Olin College.

Primary LanguagePython

InteractiveProgramming

We utilized several modules for this project, including the following:

  1. the json module - This is a built-in module in python.
  2. the pygame module - This can be installing by running: sudo apt-get install python-pygame
  3. the sys module - This is a built-in module in python.
  4. the math library - This is a built-in library in python.
  5. the random library - This is a built-in library in python.
  6. the csv module - This is a built-in module in python.