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

comparing and anagram approach #3

Closed shyamcody closed 5 years ago

shyamcody commented 5 years ago

Hi! I have created files for comparing words, comparing_words.py and also for anagram solving, words_anagram_solver.py. The anagram solving function is incomplete, as I can't think of any efficient algorithm currently. Sorry if the code quality or incomplete code is not seen as a good thing.

JiggsUK commented 5 years ago

per the Project plan, these are for later phases - when we get to those phases, feel free to make pull requests on to the relevant branch. No merges to master will be approved at this time.