Midterm Reflection

This is my first big project that I did in this class by myself. I took the idea from the eight ball that I used to play with as a kid, and basically tried to digitize the same process. After reading few chapters in our assigned reading, I realized that I should’ve done something more original and creative. Processing is a great way to be creative, and express it in an unique way that is quite different than other forms of art.

I also wish that I organized my code a bit more, I realized that if I don’t take time organizing my code when I first write it, it is going to get complicated in the far run. A great way to organize code is using different classes and also using arrays. After being almost one with my code, I realized that I can make my code simpler and more organized by taking some things out and separating them into its own class. When I did so, I was able to go through my code easier.