TITLE: The Chaos Game
MY ROLE: Coder
SOFTWARE: Python
HARDWARE: Dell XPS 2022
DIMENSIONS: 600 x 800px
CLASS: Computer Science 2
PROFESSOR: Jean Gourd
SEMESTER: SP 23
INSTITUTION: The University of Tampa
DESCRIPTION: For the chaos game, we made an interface that would choose what color we wanted and the locations of the 3 points. Then once the 3 points are plotted, the program starts generating all the red fill-in spots in the middle to create the image.

TITLE: Hourglass
MY ROLE: Coder
SOFTWARE: Python
HARDWARE: Dell XPS 2022
DIMENSIONS: 600 x 800px
CLASS: Computer Science 1
PROFESSOR: Lori Jacques
SEMESTER: FA 22
INSTITUTION: The University of Tampa
DESCRIPTION: For this project we wrote a program that creates an hourglass. One of the things I really liked about this was how different it was from the other program’s we’ve done. In other programs, it was more of solving problems and writing tasks to perform specific functions, but with this we get to create an entire image. What makes it even better is the entire thing is made out of quotation marks.


TITLE: Word Search
MY ROLE:
Coder
SOFTWARE:
Python
DIMENSIONS:
1200 x 1800px
CLASS:
Computer Science 1
PROFESSOR:
Lori Jacques
SEMESTER:
FA 22
INSTITUTION:
University of Tampa
DESCRIPTION:
Coding a program that creates a word search by only searching for the words listed. There were a list of words in a text document and we had to import that text document so that it could read all the roads on in the document and then formulate them into a word search.


TITLE: Shapes
MY ROLE:
Coder
SOFTWARE:
Python
DIMENSIONS:
1200 x 1800px
CLASS:
Computer Science 1
PROFESSOR:
Lori Jacques
SEMESTER:
FA 22
INSTITUTION:
University of Tampa
DESCRIPTION:
This was one of the easier projects of the class. We used asterisks to formulate them into different shapes. This was also good practice for the software because I had used javascript before this class which is a bit different from python which is what we were using.