samsadtler / TicTacToe

A simple Tic Tac Toe game built with JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe

A simple Tic Tac Toe game built with JavaScript.

To run this on a broswer, clone the repo, and then navigate to that directory in your terminal. In terminal, run python -m SimpleHTTPServer. You can then access the game in a browser by going to localhost:8000.

About

A simple Tic Tac Toe game built with JavaScript


Languages

Language:JavaScript 97.9%Language:HTML 2.1%