Skip to content

Conversation

@psyb3l
Copy link

@psyb3l psyb3l commented Dec 8, 2024

I think your project shows creativity with humorous gameplay events. I also really like your modular structure with classes for events, monsters, and UI ensures your code organization so that it makes it easier to debug your codes. However there are some areas for improvement and changes that could be made:

  • Javadocs: The code lacks Javadocs comments, which makes it harder for others to understand the purposes of some of the classes and methods.
  • Spacing and formatting: Some of your methods are too tightly packed, making the code harder to read and proper spacing between your methods would help a lot when it comes to readability. Add a blank line between methods and maybe use indentation.
  • Scene Changer: To make it easier and simpler maybe add a helper method for the scene changes, so that it dynamically handles visibility based on the current active scene.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant