Skip to content

SwathiAngadi/tic-tac-toe

Repository files navigation

Step by step creation of tic-tac-toe game

  1. Create the button component and display 0 in that.
  2. Make 9 buttons of the same to appear in square shape.
  3. Dynamic rendering of 0 by passing it as prop dynamically.
  4. On CLick of button updating the button value
  5. Alteranting between user and applying X or 0 based on the same.
  6. Checking the winner based on the sequence.
  7. Need to check for winning stratergy, how it can be done.

About

Creating the app step by step

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published