I am an aspiring software developer at Florida State University. I am currently pursuing a Computer Science degree, as well as a minor in philosophy of Science. I am currently a Senior and anticipate my graduation to be in the summer of 2025.
This project will be a fully functional recreation of the game of chess. Within this subject, I will have a variety of AI implementations that you can train and play against. Including both a model using reinforcement learning, and a minimax algorithm. This project will be implemented in C++ using the SFML library for graphics processing. This project will be completed by mid-2025
This repository is a collection of most of my notes as a computer science student. I challenged myself to create a user-friendly platform in which the notes can be viewed. In the process of creating this site, I learned Jerkyll and mark-down syntax. I have been using Obsidian for my note-taking for the last year and a half but felt as though I wanted to be able to access my notes from anywhere, without dealing with downloading the files or viewing them in GitHub (Previously FSU Notes repo). My solution was to create a static site in which the user could view the notes from. Within these notes, I have also included notes from my self-study.