Takes in various .tga files and combines / manipulates them. Made in C++
Takes in a .csv with flight info, sorts the data and displays it. Made in C++ and uses SFML for visuals.
Takes in binary machine code and outputs the equivalent ARMv8 instructions, then executes them. Made in C++.
Developed a bot for a pre-made Ms. Pacman clone that attempts to get the most points possible. Made in Java.
Procedurally generated exploration game made in Python using the PyGame framework.
Interpreter from a made-up language to Java. Parses "PLC language" code, produces valid and compilable Java code.