diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework3/Fredrickson/package-info.java b/assignments/src/MV3500Cohort2023MarchJune/homework3/Fredrickson/package-info.java
new file mode 100644
index 0000000000000000000000000000000000000000..2707e4a293289fe1c51eb7a3e608d605727c5a1f
--- /dev/null
+++ b/assignments/src/MV3500Cohort2023MarchJune/homework3/Fredrickson/package-info.java
@@ -0,0 +1,10 @@
+/**
+ * Final project assignments supporting the NPS MOVES MV3500 Networked Graphics course.
+ * 
+ * @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/assignments">networkedGraphicsMV3500 assignments</a>
+ * @see java.lang.Package
+ * @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>
+ */
+
+package MV3500Cohort2023MarchJune.homework3.Fredrickson;
diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/package-info.java b/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/package-info.java
new file mode 100644
index 0000000000000000000000000000000000000000..2029f30135f62a1de90a0214727fb21feeb22de3
--- /dev/null
+++ b/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/package-info.java
@@ -0,0 +1,15 @@
+/**
+ * Assignment3 for the NPS MOVES MV3500 Networked Graphics course.
+ * 
+ * @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/assignments">networkedGraphicsMV3500 assignments</a>
+ * @see java.lang.Package
+ * @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.  
+ * Adjusted time between loops to three seconds to allow for ease of reading.
+ * Adjusted total number of loops to 4 to shorten simulation time.
+ *
+ */
+
+package MV3500Cohort2023MarchJune.homework3.Islas;