Prophets-of-Profit / Galactic-Rush-OLD

A game in space about destroying your enemies with programmable drones!
2 stars 0 forks source link

Properly organize logic/networking into respective folders, or combine #58

Closed KadinTucker closed 6 years ago

KadinTucker commented 6 years ago

Change code is currently in logic, but should perhaps be moved to networking?

SaurabhTotey commented 6 years ago

I like the current architecture: logic has game rules and networking does the meta managing of the game like sending it to players and managing events/timing. I do understand the need to merge them together and think this is something we all should discuss.

EliaGorokhovsky commented 6 years ago

I agree that the game should be conducted from the networking section.