Skip to content
Snippets Groups Projects
Commit acc5b66f authored by Sean Islas's avatar Sean Islas
Browse files

Update to package-info for Assignment 3 - Islas

parent cbe4001d
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,11 @@ ...@@ -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/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> * @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 time between loops to three seconds to allow for ease of reading.
*
* Adjusted total number of loops to 4 to shorten simulation time. * Adjusted total number of loops to 4 to shorten simulation time.
* *
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment