Christopher Bloodsworth

github Chess

The original two-player game. Made in C++ and uses SFML for visuals.

Image Processor
image processor

Takes in various .tga files and combines / manipulates them. Made in C++

github Discover Delays

Takes in a .csv with flight info, sorts the data and displays it. Made in C++ and uses SFML for visuals.

ARM Disassembler
binary to ARM

Takes in binary machine code and outputs the equivalent ARMv8 instructions, then executes them. Made in C++.

Gator Raider
pacman game with code in background

Developed a bot for a pre-made Ms. Pacman clone that attempts to get the most points possible. Made in Java.

github Portfolio Site

Developed a personal portfolio website in HTML/CSS. You're on it right now!

github Swamp Investigator

Procedurally generated exploration game made in Python using the PyGame framework.

PLC Interpreter
plc interpreter to java programming language

Interpreter from a made-up language to Java. Parses "PLC language" code, produces valid and compilable Java code.