My Portfolio

Here you may find some examples of code I have created.


QBasic

My animated, isometric, two-dimensional sine wave using lookup tables for speed.


QBasic Output

(It looks a lot better when it's moving)


C++

My recursive maze generator. I am currently working on making it into a class which operates on a grid.


C++ Output

(I would have had a larger screenshot, but the image was 80 by 25 characters)