Skip to content

Commit

Permalink
Take events in any order
Browse files Browse the repository at this point in the history
  • Loading branch information
marein committed Oct 27, 2024
1 parent af66532 commit 3e6e44f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/ConnectFour/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ customElements.define('connect-four-game', class extends HTMLElement {
this._showMove(move);
this._numberOfCurrentMoveInView++;
this._updateNavigationButtons();
this._showWinningSequence();
} else {
this._followMovesButton.classList.add('btn-warning', 'icon-tada');
}
Expand Down

0 comments on commit 3e6e44f

Please sign in to comment.