diff --git a/src/games/soccolot.ts b/src/games/soccolot.ts index 9339da2b..5525bec5 100644 --- a/src/games/soccolot.ts +++ b/src/games/soccolot.ts @@ -75,7 +75,7 @@ export class SoccolotGame extends GameBase { board = new Map([ // initial setup ["b1", 1], ["c1", 1], ["d1", 1], ["e1", 1], ["f1", 1], ["g1", 1], ["b8", 2], ["c8", 2], ["d8", 2], ["e8", 2], ["f8", 2], ["g8", 2], - ["d4", 3], + ["e5", 3], ]); } else { board = new Map([ // initial setup diff --git a/src/games/tanbo.ts b/src/games/tanbo.ts index bc22bf2f..403ab9cf 100644 --- a/src/games/tanbo.ts +++ b/src/games/tanbo.ts @@ -398,7 +398,7 @@ export class TanboGame extends GameBase { }, legend: { A: { name: "piece", colour: 1 }, - B: { name: "piece", colour: 1 }, + B: { name: "piece", colour: 2 }, }, pieces: pstr };