diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/package-info.java b/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/package-info.java index 2029f30135f62a1de90a0214727fb21feeb22de3..3ae2e78cb32bc2556a55f36cbb9a9b0bfb84d5ef 100644 --- a/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/package-info.java +++ b/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/package-info.java @@ -6,8 +6,11 @@ * @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">StackOverflow: why-is-package-info-java-useful</a> * @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">StackOverflow: how-do-i-document-packages-in-java</a> * - * Updating original example to include X, Y, and Z coordinates for each entity sent across the network. + * Sets coordinates for Entity 1 and Entity 2. When simulations starts, Entity 1 advances towards Entity 2 and + * fires munitions when in range. Prints Entity 1 location and firing info (on occurance) to console after each step of the simulation. + * * Adjusted time between loops to three seconds to allow for ease of reading. + * * Adjusted total number of loops to 4 to shorten simulation time. * */