About Me

    Projects

    Blog

    Contact

    Find Me A Team!

    Find Me A Team allows users to connect with other players from their favorite games. This site is able to facilitate these human connections without having all features 100% complete. Currently the only game supported is League of Legends, but will be expanded to other games such as CS:GO, Overwatch, Dota etc.

    NHL roster building investigation

    A web scraper for NHL.com to analyze the relationship between talent distribution and team success.

    Connect 4 with AI

    A fully functional Connect 4 game versus an AI which uses the minimax algorithm. This game is built using python, leveraging the Pygame module for the visuals. The backend logic uses a 2d - numpy array to represent the board state.