8000 GitHub - gon138/tictactoe_game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gon138/tictactoe_game

 
 

Repository files navigation

#TicTacToe

This is the basic TicTacToe game popular across the world. Let's build it!

##Rules

  1. Must have game board developed with HTML and CSS.

  2. On click of a new box, turn must automatically change to the next person.

  3. Boxes that are already selected by one player cannot be selected again.

##Bonus

  1. Game should check for winner after every turn and alert if there is a winner.

  2. When winner is detected, no further selection can occur.

  3. Reset button or automatic reset after game completes.

  4. "Artificial intelligence" mode for single player.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • CSS 8.8%
0