Skip to content

AlphaCarinae/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe README

This project is a simple game of TicTacToe to put what I learned in HTML, CSS and javascript into action.

about Tic Tac Toe

Tic-tac-toe (also known as noughts and crosses or Xs and Os) is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.

In this implementation of the game the player can chose the boards all the way from 3x3 to 9x9. The original TicTacToe board

Gameplay

  1. find a friend who is willing to play the game with you (or find someone who wants to become your friend)
  2. change the player names on the screen using the controls right above the game board
  3. Select the game grid size using the slider bar under the game board
  4. The player on the left side is the one to start the game with an X. click/touch the box you want to mark when it is your turn.
  5. you know it is your turn to play when you have an X or an O under your player name
  6. The winner gets an ice cream or whatever you guys consider a treat.

Features

-choose a board size between 3x3 to 9x9 -change player names -reset a game at any point

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors