tic-tac-toe icon indicating copy to clipboard operation
tic-tac-toe copied to clipboard

Feature: Unclickable Fields

Open AmirQadir opened this issue 6 years ago • 0 comments

When any player wins the remaining empty fields will be disabled. #1

Logic. Added a boolean variable named isWon. Which will get triggered when any winning scenario is reached and will remain true until timer times out. So, whenever the user tries to click on any icon, it will first check whether the any of the player is already won.

AmirQadir avatar Oct 19 '19 18:10 AmirQadir