Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
acc5b66f
Commit
acc5b66f
authored
2 years ago
by
Sean Islas
Browse files
Options
Downloads
Patches
Plain Diff
Update to package-info for Assignment 3 - Islas
parent
cbe4001d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/package-info.java
+4
-1
4 additions, 1 deletion
...3500Cohort2023MarchJune/homework3/Islas/package-info.java
with
4 additions
and
1 deletion
assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/package-info.java
+
4
−
1
View file @
acc5b66f
...
@@ -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.
*
*
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment