Cody Machak

Home Resume 2D Game Design 3D Game Design Web Design General Programming Blacksmithing

General Programming

Sample Code


The above file is a sample code project which demonstrates my programming style and structure.  This code simply finds the average, maximum, and minimum of a list of numbers.

Booths Algorithm Calculator


The above link is to a booths algorithm calculator that I programmed.  I designed this as a web application using html and JavaScript.    This code was challenging because I had to develop a way of representing binary numbers over a long term execution in JavaScript.   It demonstrates my approach to solving unique problems and also shows my programming style.