feat: initial project structure with Snake.Core, CLI and Avalonia skeleton
This commit is contained in:
8
Snake.Core/GameTickResult.cs
Normal file
8
Snake.Core/GameTickResult.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Snake.Core;
|
||||
|
||||
public enum GameTickResult
|
||||
{
|
||||
Moved,
|
||||
AteFood,
|
||||
GameOver
|
||||
}
|
||||
Reference in New Issue
Block a user