GitList
Repositories
Help
Report an Issue
boggleNet
Code
Commits
Branches
Tags
Search
Tree:
645335e
Branches
Tags
master
boggleNet
Constants.cs
Revert "Removing byte order mark in file using for f in `ls`; do awk '{if(NR==1)sub(/^\xef\xbb\xbf/,"");print}' $f > $f; done"
Dev Ghai
commited
645335e
at 2013-09-23 06:37:32
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"; } }