checkmate complete
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user