toryburgett / tic_tac_toe

[css] Use pure HTML and CSS to create a simple tic-tac-toe game. [javascript, events]

Home Page:http://toryburgett.github.io/tic_tac_toe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

Objective: Build a tic tac toe game in HTML and pure JavaScript.

Henceforth Tic Tac Toe may be referred to as "TTT" (or "Triple T").

User Stories

  • A user should be able to click on different squares, alternating their appearance between displaying an X and displaying an O.
  • A user should be able to click a "Reset" button to clear the board.

About

[css] Use pure HTML and CSS to create a simple tic-tac-toe game. [javascript, events]

http://toryburgett.github.io/tic_tac_toe/


Languages

Language:JavaScript 65.2%Language:CSS 19.2%Language:HTML 15.6%