python-mini-project
python-mini-project copied to clipboard
Modularization for Caterpillar_Game
Description
With this implementation the actual game can be more easier to use it, diving the part of the code into two main files, the game mechanism and the user interface, doing this the code will be more flexibility and reusability, also with this we can have a better testing for the function of the game.
Type of issue
- [x] Feature (New Script)
- [ ] Bug
- [ ] Documentation
Checklist:
- [x] I have read the project guidelines.
- [x] I have checked previous issues to avoid duplicates.
- [x] This issue will be meaningful for the project.