QPong / QPong-Unity

QPong rewritten in Unity
26 stars 6 forks source link

Merge GameController, GameManager and GameHUD? #38

Closed HuangJunye closed 5 years ago

HuangJunye commented 5 years ago

We have separate scripts of GameController, GameManager and GameHUD. Is it a good idea to merge them? I keep forgetting which one does what function.

boland25 commented 5 years ago

yes I think that there is probably some value there. or at least changing the names of some of them if merging is not possible. @filemaster is out for a few days so I can take this one

filemaster commented 5 years ago

I split GameManager in that three files because each one has a different purpose:

In my opinion it is better keep these files as they are.