Flashback to the 80's

Morgan Butler
2 min readMay 6, 2021

For my final code project, I decided to do a “flashback” to the 80’s theme. I wanted to make art that looks similar to the old 80’s carpet in things like the arcade, malls, roller rink, etc. So I took very 80 colors with fun patterns. Some challenges I faced were making the lines move randomly and grow at a good rate. I worked for a while to make the lines not just go straight but instead curve and go different ways. The logic behind my code was to make a class for the lines, define the variables and make moving lines within the class. The class makes things so much easier and more efficient. From there, I could make other classes to add more fun designs to the art. I wanted things to be randomized so I added that aspect into it as well. I used a bunch of classes and arrays mainly to create this code.

--

--