Thank you for your contribution. Nice game!
- A class should hold single responsibility. For example, the
Ball
class should not deal withGameOver
logics - instead, this should be moved to Game engine. - The public class attributes could be better turned into getters and setters e.g.
{ get; set; }
- I feel like there are no local variables and some are not necessary defined as class attributes, such as
objNum
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Chat with us on Discord.
Thank you for the suggestion @justyy
Thank you for your review, @justyy! Keep up the good work!