We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccdbe4 commit 373e10fCopy full SHA for 373e10f
src/games/pacru.ts
@@ -580,10 +580,8 @@ export class PacruGame extends GameBase {
580
581
// auto-trigger reorientation if the selected piece has no base moves
582
if (newmove.length === 2) {
583
- console.log(`newmove: ${newmove}`)
584
const matches = this.baseMoves().filter(mv => mv.startsWith(newmove));
585
if (matches.length === 0) {
586
- console.log("no matches")
587
newmove += "*";
588
}
589
0 commit comments