Software Projects
This page is for my own personal coding projects; no work related, uh, work will be here.
Zeph's Library
Zeph's Library is an item mod for The Binding of Isaac: Repentance. It will add new items that are mostly added to the library item pool. There are custom sprites and effects for each item added. Currently working on adding a few more items before publishing the mod to the Steam Workshop. All programming is done in Lua using the "Binding of Isaac Lua API" extension for Visual Studio Code.
Currency Converter
Built in Scala utilizing the Java Library for API and Circe for JSON decoding, the program grabs the most recent currency exchange rates at the start, accepts user input for the two currencies and a monetary value, and displays the final converted value. This was more of a test to set up and parse data from an API call, but I have family in Canada - might prove useful!
The next step would be to create a UI that can do quick conversions without changing the base values (think Google Translate) and can store past requests to generate a graph that shows the fluctuation of each currency against time.