Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 621 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 621 Bytes

League of Legends Match Statistics Analysis

By: Benjamin Chang Course: CPSC 103 - Introduction to Systematic Program Design

This class project focused on a personal interest of mine: the game League of Legends by Riot Games. I took a csv file of some game data that I had accumulated and decided to do some data processing and analysis in order to produce a meaningful visualization. In accordance to the design principles outlined in the class, I followed a very systematic design process:

  • HtDF recipe: How to Design Functions
  • HtDD recipe: How to Design Data
  • HtDAP recipe: How to Design Anaylsis Programs