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

Closed JJMugenyi closed 1 year ago

JJMugenyi commented 1 year ago

display_board printed dynamically. all() function for checking win conditions along with generator expression. Boundary check for players move added.

AseanK commented 1 year ago

Awesome, Thank you!