Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 694 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 694 Bytes

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/cs280fa21/tic-tac-toe-starter
cd tic-tac-toe-starter
open -a "Google Chrome" index.html # works on macOS