Skip to content

sohbaker/ticTacToeJS

 
 

Repository files navigation

Tic Tac Toe

Core Features

  • The player can start a 3x3 game in the browser
  • Two human players take turns playing (X or O) until the board is full or one of them wins
  • The winning player (or tie) is announced
  • It looks pretty 🙂

Stretch Goals

  • The users can play again
  • A human player can play against a simple computer who randomly selects an available space

SUPER stretch goal

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.9%
  • CSS 9.1%