Embedded / Hardware · 2023
Tic-Tac-Toe with Minimax on FPGA
Single-player game implemented entirely on an FPGA, displayed via VGA monitor, using alpha-beta pruning to reduce the minimax search tree.
My day-to-day work is software, but I still enjoy embedded systems, FPGA logic design, and robotics as a hobby. These are a few of those projects.
Single-player game implemented entirely on an FPGA, displayed via VGA monitor, using alpha-beta pruning to reduce the minimax search tree.
A PID controller-based self-balancing robot.
An Arduino-based 2D printer driven by serial input from Python, with basic image processing to prepare print data.