Portfolio
This portfolio is built using React and Next.js and deployed using Docker. I'm using a Digital Ocean Droplet for web hosting.
Gomoku
Web implementation of the board game gomoku. Built with pure HTML, CSS, Javascript and PHP. Utilizes a MySQL database for the backend.
View repoRubik's Cube Solver
Implementation of three machine learning algorithms to solve a Rubik's Cube. Built my own Rubik's Cube library to be used for other purposes. Can be used alone or with the draw-cube library in pygame.