creative-coding-with-the-theater-project

Project for Unit 7 APCSA

https://github.com/justinoh625/creative-coding-with-the-theater-project

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 (12.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Project for Unit 7 APCSA

Basic Info
  • Host: GitHub
  • Owner: Justinoh625
  • Language: Java
  • Default Branch: main
  • Size: 678 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 10 months ago · Last pushed 10 months ago
Metadata Files
Readme Citation

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.

My Trello planning board

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 projet

Here is the link if the thumbnail doesn't work: https://youtu.be/gcqwAdD9Uow

Project Description

My animation is designed to teach users about the different positions in volleyball, which ties into my personal interest in the sport. A lot of people, especially beginners or spectators, don’t always understand the roles of each position, so I wanted to create something that makes it easier to learn. I based the project on the user story: “As someone new to volleyball, I want to learn about each position so I can better understand the game.” This helped shape the animation to include user input, position descriptions, visuals, and sounds, making the program more informative and engaging.

Owner

  • Login: Justinoh625
  • Kind: user

Citation (Citations.txt)

Images: 
Defensive Specialist: https://www.latimes.com/sports/story/2023-05-01/long-beach-state-volleyball-mason-briggs-star-libero
Outside Hitter: https://gomatadors.com/sports/mens-volleyball/roster/hank-kaufman/6436
Libero: https://dailybruin.com/2024/03/06/can-ucla-mens-volleyball-solve-its-libero-problem-before-ncaas
Middle Blocker: https://dailybruin.com/2014/02/05/ucla-mens-volleyball-zoned-in-for-matchup-with-no-3-pepperdine
Opposite Hitter: https://dailytrojan.com/2022/02/23/standout-players-lead-mens-volleyball-hot-start/
Serving Specialist: https://dailybruin.com/2022/05/04/mens-volleyball-preps-for-ncaa-tournament-semifinal-vs-long-beach-state
Setter: YouTube thumbnail from Epic Volleyball - Simeon Nikolov: The 17-Year-Old Setter Sensation in Volleyball

ChatGPT:
-It came up with the idea to use a boolean to check if the user inputted a valid input or not, helping with the segment where it would display a message if the user inputted an invalid position.
-Helped with the getImageName method as I was having trouble displaying the specific image for each position
-Came up with the idea of the subclass being the special position

GitHub Events

Total
  • Push event: 2
  • Create event: 2
Last Year
  • Push event: 2
  • Create event: 2