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

Add files via upload #36

Closed webdotorg closed 5 years ago

webdotorg commented 5 years ago

This could use a little logic to create a boundary. The lines are being drawn from the edge of the screen and continuing off screen, which slows down the program. I've also added colors which can be used for the double and triple word and letter scores.

JiggsUK commented 5 years ago

FYI I just added an underscore between Game and Board as the spaces can mess with git