Projects

Kitanya's Ordinary Adventure

A short looping platformer game made to celebrate the 1 year streaming anniversary of a twitch streamer, Kitanya. Features an infinitely scrolling background, as well as a simulated infinitely looping level. Took on the role of lead programmer as well as project lead and put together a team to get this project done. 

The game can be found and played right now at Uzaka.itch.io, where I generally host any projects I'm working on for distribution.

 void Update()

    {

        Rigidbody2D rigidbody = GetComponent<Rigidbody2D>();

        Movement();

        if (jumpCount < maxJump) 

        {

            Jump();

        }

        Respawn();

    }

TABLE FLIPPING SIMULATOR

A short, explosive VR romp where you as a young man fight against the tyranny of the AZSTEL table manufacturing company to save your family. And to do so you need to FLIP. THEIR. TABLES. While not a lot of direct programming went into this project as it's mostly a VR Physics simulation in unity, I took on the role of lead programmer and unity developer, putting together Open XR systems to make the project work with both PCVR and Occulus quest stand alone devices. 

IBM Watson Based Speech to Text to Speech Program

This tool was built to give a voice to a content creator that didn't previously have one, it is a very simple tool to convert their speech patterns into text, that could then be used with IBM Watson's voice synthesis service to create a synthesized voice for them, allowing them to create the content that they had with peace of mind. This tool is made using a combination of IBM Cloud, WATSON, and NAudio packages.