Tic-tac-toe

Languages

Tic-tac-toe is a game for two players who take turns making space in a three-by-three grid with X or O. The player who succeeds in playing three of their marks in a horizontal, vertical, or diagonal row is the winner.

Source: Wikipedia

Build a tic-tac-toe game that is playable by two players.

Tic-tac-toe Example

Requirements

  • Players can take turns to place an X or a O on the board.
  • A player wins if three of their marks are in a horizontal, vertical, or diagonal row.
  • Display the current game status at the top: whose turn it is, winner (if any), or draw.
  • Add a "Reset" button to allow the game to be restarted at any time.

If you aren't familiar with the game, try out playing tic-tac-toe on Google.

Empresas

Recurso PremiumCompre o premium para ver quais empresas fazem essa pergunta.
Ver planos
View solution