Messages - dmytron [ switch to compact view ]

Pages: prev1 [2] 3 4 5 6 7 ... 9next
6
N.A.N.Y. 2019 / Re: N.A.N.Y. 2019 -- ScrabbleScore
« on: October 02, 2018, 03:36 AM »
KodeZwerg, I don't think that scoring multiple hits is necessary, because this app is designed for scoring one word only, not the complete Scrabble play. If there are multiple hits, they can be calculated separately.

7
N.A.N.Y. 2019 / Re: N.A.N.Y. 2019 -- ScrabbleScore
« on: October 01, 2018, 03:51 AM »
You can call me a lazy programmer ;D. This app currently doesn't have a word database included in it. All it does is adding the values of every letter in the word and showing the complete score. This way, you can calculate the value of any word, regardless of whether it is legitimate or not.

But if it's needed I can look into adding word database. However, then I can't add too many languages, because I'm not sure there is a word database for every language in a simple format.

8
N.A.N.Y. 2019 / Re: N.A.N.Y. 2019 -- ScrabbleScore
« on: September 30, 2018, 02:47 PM »
Thanks for the help, I don't know what I would do without you. :up:

Maybe you should remove .exe from the list of supported attachment formats, if it is a problem. I was fooled by this list.

BTW, I think it would be stupid for a person with 4 NANY badges risk his reputation (and a chance to get $20) by uploading infected file. But maybe I'm too naive for this world. And .Net apps do look like small viruses written in Assembler, because of their size.

9
N.A.N.Y. 2019 / Re: N.A.N.Y. 2019 -- ScrabbleScore
« on: September 30, 2018, 07:12 AM »
I add the application as an attachment but it doesn't show up in the post.

10
N.A.N.Y. 2019 / N.A.N.Y. 2019 -- ScrabbleScore
« on: September 28, 2018, 05:35 AM »
This year, ladies and gentlemen, I present to you ScrabbleScore -- simple application that calculates your Scrabble word scores according to English language scoring.

It works on .NET Framework 4.6 and was created on Windows, so Windows runs it smoothly. It can be run on other OS (Linux with Mono, for example), but untested.

Just enter the needed word and look at the score. To mark letter as "double-letter" or "triple-letter", just put number 2 or 3 before it. To mark word as "double-word" or "triple-word", just put 2 or 3 at the end of the word. If there are several letters in a row, only the last one counts.

Screenshots:

1.jpg2.jpg3.jpg

Source code:

https://github.com/UrbanLlama/ScrabbleScoreCSharp


Pages: prev1 [2] 3 4 5 6 7 ... 9next
Go to full version