Projects

Daily Quordle Solver 2025

Serverless automation that solves Merriam-Webster's daily Quordle puzzle using Selenium and the OpenAI API.
If it wins, art is generated by Dall-E using the four words from the puzzle. The HTML output is updated daily with the results.


SumarAI 2024

Chrome extension that enables one-click article summaries using the OpenAI API. Uses Mozilla's readability library for text extraction.


Chess Engine 2018

A Java based chess engine implementing minimax search with alpha-beta tree pruning, transposition tables, iterative deepening, and heuristic board evaluations.
Can be played using the built-in GUI or via the UCI protocol