Skip to content

code-differently/Tic-Tac-Toe-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Tic Tac Toe

You get to create your very own Tic Tac Toe game!

Requirements

  • The user can view the empty game board (see mock ups)
  • Player 1 can click a cell and see an X appear
  • The system will change the current players turn
  • Player 2 can click the screen and see a O appear
  • Once a cell is clicked on, neither player can select that cell again
  • The system checks if a player has won after each move
  • The user can view which player won
  • The user can click a button to start a new game

Mock-Ups

New Game

new game

Player Move

player move

X Win

x win

O Win

o win

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors