MicahWW / Python-Games

2 stars 0 forks source link

Just some formatting cleanup! #56

Closed codyswanner closed 1 year ago

codyswanner commented 1 year ago

Cleaned some things up like typos, long lines, minor docstring edits, snake_case formatting for function parameter, adding a TypeHint on gameSettingsPrompt, and refactoring the rather confusingly named "player_icon" parameter in botMove to a much clearer "bot_icon".