creative-animation-in-the-theater
https://github.com/kkim321/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 (10.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: kkim321
- Language: Java
- Default Branch: main
- Size: 54.7 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]https://drive.google.com/file/d/1ZYkl3FeQwGNT8wylls-A2yMc4uPc7Ew6/view?usp=sharing
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:
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.
This animation is my interest in ballerina music boxes as I used to have one when I was younger.Although, I wasn't able to correctly make the ballerina spin in one place, it still shows the ballerina spin in a different way and captures the movement and music it creates. As a user, I want to see a ballerina spinning to calming music, so that I can feel like I'm watching a real music box come to life. This helps frame in making my animation as it plays soft music in the background using an array of sound data and it shows inspirational words that flows with the animation with a 1D array.
Owner
- Login: kkim321
- Kind: user
- Repositories: 1
- Profile: https://github.com/kkim321
Citation (citations.txt)
Media Citations: "Ballerina and music box image" found at https://www.shutterstock.com/shutterstock/photos/2561402891/display_1500/stock-vector-music-box-with-ballerina-pink-and-green-2561402891.jpg "Music Notes iamge" found at https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTW82L6wPHpOa-_Kf0DJ7HpJl7lv8bEE6766w&s "Ballerina sound effects" found at https://pixabay.com/music/modern-classical-plastic-ballerina-piano-instrumental-203341/ AI Citations: Used ChatGPT to explain how to extend a superclass and helped me think through which methods should be in my subclasses It told me to move the shared positon and image into a Performer superclass and let the subclasses override specific behaviors like spin() and move() Used ChatGP to help debug on preventing overlapping sound playback I adjusted the code so that playSound() is only called once and prevents it from restarting every frame Used ChatGPT to help with ideas for how to use a 1D array to manage music note animations I had to create a 1D array to store multiple x-positions of music notes, used a loop to move them, and applied an if condition to reset their positions
GitHub Events
Total
- Push event: 5
- Create event: 2
Last Year
- Push event: 5
- Create event: 2