diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework3/Williams/README.md b/assignments/src/MV3500Cohort2024JulySeptember/homework3/Williams/README.md index 37371ccfd40aa28a787899ef1fe6d2ece4ecc0be..a1c26dac941cf60805b78c8b235494c74e253bfc 100644 --- a/assignments/src/MV3500Cohort2024JulySeptember/homework3/Williams/README.md +++ b/assignments/src/MV3500Cohort2024JulySeptember/homework3/Williams/README.md @@ -6,5 +6,4 @@ low-latency communication needed in large-scale simulations, where UDP's minimal advantageous, and multicast ensures that updates reach all clients at the same time. I also enabled verbose logging to facilitate debugging. Additionally, I adjusted the simulation loop to increment Entity 1’s position in each iteration, simulating movement, and set -the loop to run for a maximum of 10 iterations. In my opinion, these changes improve the program’s ability to simulate realistic -scenarios while maintaining network communication. \ No newline at end of file +the loop to run for a maximum of 10 iterations. \ No newline at end of file