Projects
Here's a selection of some of my software side projects. This is mostly a curated compilation of my Github repos.
servum
A simple, fast, static server written in Rust. No dependencies. HTTP only.
destroyer2
Online multiplayer battleship game. Uses node and redis.
Play here: https://destroyer2.herokuapp.com/
aquila
AI to assess building damage from satellite imagery after natural catastrophes.
Written using Python and Pytorch.
lc4
JavaScript encryption-decryption library for the lc4 cipher.
Additional UI: https://lc4-encryptor.glitch.me
typespeed
A speed typing game.
Play here: https://umcconnell.github.io/typespeed/
tic-tac-toe
Unbeatable Python tic-tac-toe game with minimax. UI using Qt.