python-tools-and-games
python-tools-and-games copied to clipboard
π An open source project where developers create, play, and learn games and tools built with Python
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...
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...
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...
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...
TODO: - Common bugs are: - Input validation - Index out of range - Typos - Please submit an `Issue` if you encounter any bugs!
I want to implement basic strategy suggestions, like `You want to ask for basic strategy help?` or something like that, what you recommend?
TODO: - Make README better looking and concise - Fix typos if any
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,...