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

Move regex to new file function and general refactor #15

Closed JiggsUK closed 5 years ago

JiggsUK commented 5 years ago

Created new valid_word_check.py Refactored main.py Amended charDict in word_to_score.py to use * for the blank tiles

JiggsUK commented 5 years ago

refactoring a little more - will submit new PR