Projects/Research

Below are some project's I've worked on in class and through research. I've posted the source code for some of the projects and I just ask that you let me know of any improvements/bug fixes that are made.
  • Opsin protein homology

    • This is a project I worked on to determine if type-I and type-II opsins were homologous (came from the same origin). This is the software we wrote to compare the proteins.
  • 3-d 4x4 Tic-Tac-Toe

    • A minimax implementation for a 3D version of tic-tac-toe on a 4x4 board.
  • Spades AI

    • A (somewhat) intelligent Spades agent we made for cs265. It uses a fairly simple rule-base to decide which card to play. Feel free to give it a whirl, or to download the source.