diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/README b/assignments/src/MV3500Cohort2023MarchJune/homework3/Islas/README new file mode 100644 index 0000000000000000000000000000000000000000..e1ebccf7401e8e9aee8b7339d162eedf4d74be1d --- /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