feat: initial project structure with Snake.Core, CLI and Avalonia skeleton
This commit is contained in:
9
Snake.Core/Direction.cs
Normal file
9
Snake.Core/Direction.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Snake.Core;
|
||||
|
||||
public enum Direction
|
||||
{
|
||||
Up,
|
||||
Down,
|
||||
Left,
|
||||
Right
|
||||
}
|
||||
Reference in New Issue
Block a user