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

Add documentation and skeleton classes for Backend #2

Closed rayanyedaly closed 7 months ago

rayanyedaly commented 7 months ago

Implemented two skeleton classes: BattleShipGame and BattleShipGameArea. BattleShipGame : implemented constructor and documented docstrings for join(), leave() and startGame() functions. BattleShipGameArea: added docstring for handleCommand() function.