Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Modularize the game Caterpillar #266

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Gabriela20103967
Copy link

@Gabriela20103967 Gabriela20103967 commented May 29, 2024

Description

This Pull Request is trying to refactor and improve the modularization of the Capillar Game code, to do this I separate the game into two different classes one for the design and the other for the logic of the game, so with implementation will be easier to manage the reusability the code.

Fixes #262

  • Issue_no: <262>
  • Not applicable

Type of change

Choosing one or more options from the following as per the nature of your Pull request.

  • New project insert
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation Update

Project

  • Your Project Name: Caterpillar Game

  • Short Description: Refactors the existing Caterpillar Game code to improve modularity, readability, and maintainability by separating game design and logic into distinct classes

Checklist:

Please tick all the boxes that are fulfilled by your Pull Request.

  • I have named my files and folder, according to this project's guidelines.
  • My code follows the style guidelines of this project.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have created a helpful and easy to understand README.md, according to the given README_TEMPLATE.
  • My changes do not produce any warnings.

Copy link

@w3ngm0 w3ngm0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

Copy link

@w3ngm0 w3ngm0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice idea to modularize and make it easier to use

@Gabriela20103967 Gabriela20103967 requested a review from w3ngm0 May 29, 2024 08:13
@ndleah ndleah added the invalid This doesn't seem right label Jun 2, 2024
@Gabriela20103967
Copy link
Author

nice idea to modularize and make it easier to use

Thank you so much, if you have more ideas of how to refactor this code and make it easier for other developers, please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modularization for Caterpillar_Game
3 participants