neu-cs4530 / spring24-project-team-208

spring24-project-team-208 created by GitHub Classroom
https://coveytownbattleship.onrender.com/
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Fix minor bug where board doesn't clear when user leaves #35

Closed alinachiu closed 6 months ago

alinachiu commented 6 months ago

When a user leaves and another user rejoins, the boards were not clearing properly. This minor fix for the leave method adds logic to account for this case and adds corresponding tests as well.