unit-7-project---creative-animation-in-the-theater
https://github.com/haihuynh101/unit-7-project---creative-animation-in-the-theater
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.3%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: haihuynh101
- Language: Java
- Default Branch: main
- Size: 202 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Unit 7 - Creative Animation with The Theater Project
Introduction
For this project, you will create an animation using The Theater that portrays a personal interest or solves a problem that you choose. Your program should demonstrate the object-oriented programming and software engineering skills and knowledge you have developed throughout the year.
Requirements
Use your knowledge of object-oriented programming, data structures, and algorithms to create an animation using The Theater:
- Use inheritance and polymorphism – Create a superclass that represents shared attributes and behaviors with at least two subclasses that are more specific versions or variations of the superclass.
- Method decomposition – Use overloaded, overridden, and private methods to implement different versions of the same behavior, variations of a superclass behavior, and to improve code organization.
- Use at least two data structures - Use at least two 1D or 2D arrays or ArrayLists to store elements that are manipulated using loops and conditionals.
- Implement one or more algorithms – Implement one or more algorithms that use loops and two-way or multi-selection statements with compound Boolean expressions to analyze the data.
- Create a visualization – Create an animation that portrays a personal interest or solves a problem that you choose using objects, data structures, and methods.
- Document your code – Use comments to explain the purpose of the methods and code segments and note any preconditions and postconditions.
Trello Board
Link the Trello board that you used to plan this project here.
UML Diagram
Put and image of your UML Diagram here. Upload the image of your UML Diagram to your repository, then use the Markdown syntax to insert your image here. Make sure your image file name is one word, otherwise it might not properly get display on this README.
![UML Diagram for my project]
Video
Record a short video of your project to display here on your README. You can do this by:
- Screen record your project running on Code.org.
- Upload that recording to YouTube.
- Take a thumbnail for your image.
- Upload the thumbnail image to your repo.
- Use the following markdown code:
[![Thumbnail for my project]
](youtube-URL-here) https://drive.google.com/file/d/1sdDG5QXwvs7lnTus2uAh9nBdfxQ7kYX-/view
Project Description
Write a description the personal interest or problem that your animation addresses. Then explain the user story(s) you identified, and how they help frame making your animation.
My animation describes a personal interest which is basketball. The user story helped me frame my animation as I was able to make sketches and be able to put it out onto code and get it draw the images and animations I wanted to.
Owner
- Login: haihuynh101
- Kind: user
- Repositories: 1
- Profile: https://github.com/haihuynh101
Citation (citations.txt)
Media Citations: "Shooting image" found at https://www.gettyimages.com/photos/kid-shooting-hoops "Walking on concrete sound" found at https://pixabay.com/sound-effects/search/walking%20sound/ "basketball going through net " found at https://www.istockphoto.com/photos/basketball-basketball-hoop-basketball-goal-park AI Citations: Used ChatGPT to debug my Draw scene method because the image wasnt getting smaller even after I did the size substraction The resolution was to redraw it after the size is changed and clear it so it doesnt overlap Used ChatGPT for input on how to add arrays within the X position Solution was to images[1].getFileName
GitHub Events
Total
- Push event: 1
- Create event: 2
Last Year
- Push event: 1
- Create event: 2