Information Security | Cybersecurity Student

I'm a student progressing through a degree in computer science, with an emphasis on information security. I build projects I find interesting, and maybe you will too.

Progress All updates →

Site went live

Projects All projects →

SoilScript

closed source

A Roblox external, fully featured

An external tool for Roblox built out with the full set of features I wanted in one. No repo, because I don't want Roblox to sue me.

c++ luau

Game jams

open source

Games made for jams that run for weeks

These aren't 48 hour jams. They run for weeks, so there's time to actually finish something instead of shipping whatever happens to compile on the last night. Everything is up on itch.

godot gdscript blockbench

Coursework

open source

Finals from my CS classes so far

It's coursework. Nothing life changing, just what I actually turned in.

  • 190 OgreEncryption (Python). A puzzle game. You read the first four lines of the source to get started, then work through online puzzles to reach the end. Still unfinished.
  • 191 ScreenSavor (C++, openFrameworks). GitHub wouldn't take the file size, so the repo holds a Drive link instead of code.
  • 195 SteamSimulated (SQL). Steam rebuilt as a database. Users, games, studios, publishers, tags, sales, gifts, friend lists and family sharing, with the ERD, stored procedures and queries.
  • 310 RustRadio (Rust). A desktop radio player. Walks a folder for music, shuffles it, plays it through rodio, and draws its own interface in egui.
python c++ rust sql