From f2b4967af15e209e8cedbd81dc6cedb6d7eb6336 Mon Sep 17 00:00:00 2001
From: Sean Islas <seanislas@whiteoakfarmandranch.com>
Date: Mon, 5 Jun 2023 13:54:57 -0700
Subject: [PATCH] Adding README file to assignment 3 - Islas

---
 .../src/MV3500Cohort2023MarchJune/homework3/Islas/README     | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/README

diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/README b/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/README
new file mode 100644
index 0000000000..e1ebccf740
--- /dev/null
+++ b/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/README
@@ -0,0 +1,5 @@
+This program sets two entities on a single axis, one friendly and one enemy.  The friendly 
+entity advances towards the enemy with each simulation step and fires munitions when in range.  
+
+The simulation length was reduced to three timesteps, stopping on the final timestep needed for the 
+friendly entity to be within range of engaging the enemy entity.
\ No newline at end of file
-- 
GitLab