/TicTacToe

Primary LanguageJavaScript

Tic Tac Toe

Tic Tac Toe written in Vanilla JS. See here: https://idugcoal.github.io/TicTacToe/

To Run Locally

npm install
npm run webpack

Open index.html

Using

This was built using Vanilla JS (ES6/2015) along with ESLint, Babel, and Webpack.