General Development

A C sharp based Scrabble helper – steveth45

steveth45

Member

Posts: 536
From: Eugene, OR, USA
Registered: 08-10-2005
I wrote a little app for Scrabble nerds (like myself) that allows you to look up words to see if they are valid, and enter in a list of letters to see what words can be made with them. The code is all C#, and I made the app in SharpDevelop 2. The complete source code is included if you want to learn a little about developing multi-threaded GUI apps in C# / .NET using delegates. To find all the valid words, I wrote a little recursive "Anagram" function that might be interesting, also. Here it is: http://steveth45.net/WordHelp_1.zip .

------------------
+---------+
|steveth45|
+---------+

bennythebear

Member

Posts: 1225
From: kentucky,usa
Registered: 12-13-2003
i like it . very useful for chea... i mean to validate words i thought of completely on my own with no help from a program i found on the 'net.

------------------
proverbs 17:28
Even a fool, when he holdeth his peace, is counted wise: and he that shutteth his lips is esteemed a man of understanding.

proverbs 25:7
open rebuke is better than secret love.

www.gfa.org - Gospel for Asia

www.persecution.com - Voice of the Martyrs

steveth45

Member

Posts: 536
From: Eugene, OR, USA
Registered: 08-10-2005
quote:
Originally posted by bennythebear:
i like it . very useful for chea... i mean to validate words i thought of completely on my own with no help from a program i found on the 'net.


Thanks! Obviously the program could be used for cheating, but there are much better ones available for that sort of thing. Or, so I've heard...

------------------
+---------+
|steveth45|
+---------+

buddboy

Member

Posts: 2220
From: New Albany, Indiana, U.S.
Registered: 10-08-2004
LOL..

looks pretty cool Steveth45..
------------------
WARNING:

RADIOACTIVE IE AHEAD!
--------------------
#include <spazz.h>

int name()
{
char name['B','u','d','d','B','o''y']

[This message has been edited by buddboy (edited July 02, 2006).]