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

Issue solution #10

Closed shyamcody closed 5 years ago

shyamcody commented 5 years ago

I have added a checkstringer.py file here and updated the scrabble_main.py file. These updates solves the issues of exit

JiggsUK commented 5 years ago

There should not be any merging on to the master, so I am going to close this. You should create a branch from phase-1-dev for your issue and push changes to that.