checkmate complete

This commit is contained in:
2022-06-10 21:53:05 -05:00
parent dabdb6c6b0
commit 2dcc6ca417
7 changed files with 53 additions and 66 deletions

View File

@@ -29,6 +29,7 @@ namespace Shogi.Domain.Pathing
{
throw new ArgumentException("No paths to get nearest path from.");
}
var shortestPath = paths.First();
foreach (var path in paths.Skip(1))
{