python-mini-project icon indicating copy to clipboard operation
python-mini-project copied to clipboard

🙌 Welcome open-source Python mini-project contributions!

Results 167 python-mini-project issues
Sort by recently updated
recently updated
newest added

# Description This pull request enhances the Hangman game with several new features to improve user experience. These features include multiplayer mode, the ability to add custom words and hints,...

# Description The purpose of this pull request is adding a test case to verify that the 'try again' function is work as expected, to demonstrate the effectiveness of this...

# Description In this issue I want to create a test case to ensure that the try again function, is work correctly. The objective is to validate that this function...

# Description PRACTISE: This is a practice for understanding Turtle & the graphical user over turtle library Fixes #(issue_no) - [ ] Issue_no: `````` - [x] Not applicable ## Type...

Hi, I would like to propose a new feature for the Hangman game. The enhancements aim to make the game more engaging and provide better replay value. The leaderboard and...

# Description A short summary of what is included in your Pull Request. Fixes #(issue_no) - [ ] Issue_no: `````` - [x] Not applicable ## Type of change Choosing one...

# 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...

invalid

# Description For this pull request I want to solve the issue_282, improving the code, so for example in this case I separate the code into two classes one for...

# Description For this project, I want to refactor the code to enhance the modularity and maintainability and also add a docstring to the project to have a well-documented code...

# 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...