Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 797 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 797 Bytes

Portfolio

CIS 199

  • Dry Wall Area Calculator: Drywall and wndow installation calculator to calculate the cost of installation.
  • Hotel Cost Calculator Form: Calculates the hotel cost based on number of guests, number of nights, and hotel stars.
  • Flower Calculator Form: Gets the total cost of flowers based on garden type, flower type, and quantity.
  • Print and Change List: Prints out Superhero information based on a predefined list, then edits that superhero information and reprints it, then changes one value on all of them, and finally reprints again

CSE 120

  • Main.py: Contains the main code and story for running a DND-like console app.
  • inventory.py: Contains the code that handles inventory management.
  • Combat.py: Contains the code that handles combat, turns, and death.