ndleah / python-mini-project

🙌 Welcome open-source Python mini-project contributions!
MIT License
3.07k stars 1.21k forks source link

Feat: Modularize the game Caterpillar #266

Open Gabriela20103967 opened 3 months ago

Gabriela20103967 commented 3 months ago

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

Type of change

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

Project

Checklist:

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

Gabriela20103967 commented 3 months ago

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.