Initial commit
This commit is contained in:
16
Constants.cs
Normal file
16
Constants.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace lettergodot
|
||||
{
|
||||
public static class GameManager
|
||||
{
|
||||
public const int BOARD_SIZE=15;
|
||||
public enum FieldType
|
||||
{
|
||||
Empty,
|
||||
DoubleLetter,
|
||||
TripleLetter,
|
||||
DoubleWord,
|
||||
TripleWord
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user