Project #8 - Quote
Project Designed by Sam Dua (2024)

REQUIREMENTS

THEME IDEAS

STEP BY STEP

Part One - Show All Quotes

At the first stage of the project, we'll just print out all the of the elements in the list.


Part Two - Random Quotes

  if (timer % 120 == 0)

  {

    index = (int)  random(10);

  }


At this stage we just create text.  It should vary in position and size.


Part Three - Make It Fancy!

At this stage we use fonts and colors to make it look better.  Feel free to add a cool background or additional visual effects!