Skip to content

A simple two-player Tic-Tac-Toe game!

Notifications You must be signed in to change notification settings

cs280spring/tic-tac-toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A simple web application to play a two-player Tic-Tac-Toe game similar to (but simpler than) http://playtictactoe.org/.

Tic-Tac-Toe is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in an n-by-n grid (usually 3-by-3). The player who succeeds in placing n of their marks in a horizontal, vertical, or diagonal row wins the game.

Run locally

Clone this repository and open the index.html in your favorite browser!

git clone https://github.com/cs280spring/tic-tac-toe
cd tic-tac-toe
open -a "Google Chrome" index.html # works on macOS

About

A simple two-player Tic-Tac-Toe game!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.3%
  • CSS 22.1%
  • HTML 14.6%