Learning-Python-Team / word-game-tool

Basic tool to help players of word games, based around Scrabble, find the score of their words and assist them selecting the optimal word
MIT License
7 stars 8 forks source link

Updated Word_Game_Board #38

Closed webdotorg closed 5 years ago

webdotorg commented 5 years ago

I deleted the old versions and uploaded this to be commited to phase 2 after review. I would like someone to review it. It's very explicit and could use some better logic. As it stands: Line 1 Line 2 Line 3...etc... You'll need to take a look at the code to see why.

Levi-Lesches commented 5 years ago

I don't have time now (and might not for a bit), but this can definitely benefit from some for loops.