WIP
This commit is contained in:
@@ -65,7 +65,7 @@ class Board {
|
||||
|
||||
flip() {
|
||||
this.flipped = !this.flipped;
|
||||
// this.render(this.boardData, this.lastMove);
|
||||
this.render(this.boardData, this.lastMove);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user