AseanK / python-tools-and-games

🌊 An open source project where developers create, play, and learn games and tools built with Python
MIT License
21 stars 30 forks source link

Updated Code #25

Closed JJMugenyi closed 1 year ago

JJMugenyi commented 1 year ago

Variable naming and casing are lowercase with underscores. Simplified win condition check (%). Removal of type hints. Tie conditions have been simplified. Removed redundant dictionaries.

AseanK commented 1 year ago

Thank you!