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

word_validation.py (prev. valid_word_check.py) #32

Open JiggsUK opened 5 years ago

JiggsUK commented 5 years ago

Function: word_validation Purpose: Runs the validation checks previously held in main.py Acceptance Criteria:

  1. Successfully validates any given word

Function: valid_word_check Remains unchanged