C++ Interactive Demo
This program was the final for my Fundamentals of Computer Programming class. I designed and implemented it by myself, and I am happy with the result. I was able to create a clean program and express my creativity at the same time. I remember that my biggest hurdle was creating the random numbers, I ended up using the computer’s internal clock as the basis as the program was using a pseudorandom number generator by default, and that didn't create enough variation.