This commit is contained in:
2021-03-01 20:55:37 -06:00
parent f55716d2ec
commit 3da187be17
5 changed files with 154 additions and 109 deletions

View File

@@ -177,7 +177,6 @@ namespace Gameboard.ShogiUI.UnitTests.BoardState
// P1 Bishop puts P2 in check
new Move { From = new Vector2(1, 1), To = new Vector2(6, 6) }
};
//var shogi = new ShogiBoard(moves);
var shogi = new ShogiBoard(moves);
// Prerequisit