Skip to content

snyderjd/javascript-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

=============== Tic Tac Toe ===============

  1. Create a grid of nine boxes

  2. When any box is clicked a red X appears

  3. When the next box is clicked a Blue O appears

  4. #1 and #2 are repeated until a row of 3 of the same character is created

  5. When a win happens: i. Alert the players who won ii. Disallow any further clicks on the game board iii. Display a Play Again button that resets the game

  6. For a tie: i. Alert players that game has ended in a tie ii. Display a Play Again button that resets the game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors