Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 686 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 686 Bytes

Tic Tac Toe in JavaScript

A project from The Odin Project's curriculum, creating a small Tic-Tac-Toe app to learn some JavaScript

Things I learned

Things to work on

  • Extension: draw a line through the winning squares

Check it out yourself

Live on Github Pages

Download/clone the repository then open index.html in your browser of choice

git clone [email protected]:Basskip/tic-tac-toe.git
cd tic-tac-toe
google-chrome index.html