python-tools-and-games icon indicating copy to clipboard operation
python-tools-and-games copied to clipboard

🌊 An open source project where developers create, play, and learn games and tools built with Python

Results 10 python-tools-and-games issues
Sort by recently updated
recently updated
newest added

TODO: - Fixing typos if any - Make code more readable and concise - Make it better looking eg. adding ASCII art if runs on CLI, better display if runs...

documentation
enhancement
help wanted
good first issue

TODO: - Add any games built with Python under the `games` folder - Make sure to add README using the template provided - You can add an already existing game...

help wanted
good first issue

TODO: - Add any tools built with Python under the `tools` folder - Make sure to add README using the template provided - You can add an already existing tool...

help wanted
good first issue

TODO: - Fixing typos if any - Make code more readable and concise - Make it better looking. eg. adding ASCII art if runs on CLI, better display if runs...

enhancement
help wanted
good first issue

TODO: - Common bugs are: - Input validation - Index out of range - Typos - Please submit an `Issue` if you encounter any bugs!

bug
enhancement
help wanted
good first issue

I want to implement basic strategy suggestions, like `You want to ask for basic strategy help?` or something like that, what you recommend?

enhancement

TODO: - Make README better looking and concise - Fix typos if any

documentation
enhancement
help wanted
good first issue

To resolve issue #80 "[Documentation] Missing references in the README overview". The following items appear to be missing from the overview: Higher or Lower Path: Games/Higher_lower Gamble Path: Games/gambler Memorise...

I noticed that several games and tools present in the project structure are not listed in the README overview section. This can make it harder for users to understand the...

Hi! While exploring the repository, I noticed that several tools/games don’t have any explanation in the README or in their own directory. For example: snake_game/ β€” no description of controls,...