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

Complete regex fix and refactor #17

Closed JiggsUK closed 5 years ago

JiggsUK commented 5 years ago

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