This commit is contained in:
2024-09-26 21:11:47 -05:00
parent 6b5bb96de7
commit 81dd267290
16 changed files with 636 additions and 339 deletions

View File

@@ -7,7 +7,7 @@ namespace Shogi.Domain.ValueObjects
{
public static readonly ReadOnlyCollection<Path> Player1Paths = new(new List<Path>(1)
{
new Path(Direction.Up)
new Path(Direction.Forward)
});
public static readonly ReadOnlyCollection<Path> Player2Paths =