From acc5b66fd2bed941fcb05fca9fae606e3cb0b710 Mon Sep 17 00:00:00 2001 From: Sean Islas <seanislas@whiteoakfarmandranch.com> Date: Wed, 17 May 2023 10:30:10 -0700 Subject: [PATCH] Update to package-info for Assignment 3 - Islas --- .../homework3/Islas/package-info.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/package-info.java b/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/package-info.java index 2029f30135..3ae2e78cb3 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. * */ -- GitLab