GitList
Repositories
Help
Report an Issue
boggleNet
Code
Commits
Branches
Tags
Search
Tree:
1b3f85f
Branches
Tags
master
boggleNet
Constants.cs
Removing byte order mark using sed -i '1 s/^\xef\xbb\xbf//' *.cs
Dev Ghai
commited
1b3f85f
at 2013-09-23 06:42:21
Constants.cs
Blame
History
Raw
namespace Boggle { static class Constants { public const string CURATED_FILE_SUFFIX = "curated"; public const int MIN_SIDE_LENGTH = 3; public const int MIN_WORD_LENGTH = 3; public const int MIN_SCORE = 1; public const string TWS_FILE_PATH = @"wordlists/TWL06.txt"; public const string ZINGARELLI_FILE_PATH = @"wordlists/zingarelli2005.txt"; } }