soen-6441-winter-2024 / warzone

0 stars 1 forks source link

Reduce responsibilities of playerservice class #22

Open Anjolash opened 8 months ago

Anjolash commented 8 months ago

Player service class is too long and has too many responsibilities such as adding and removing players, assigning countries executing orders and game loop management. If possible, we should breakdown to seperate classes

jdiaz216 commented 8 months ago

I agree, there should be an Order Service and Repository to handle orders.