/tic-tac-toe

Individual school project, create a Tic-tac-toe game using vanilla JS

Primary LanguageJavaScriptMIT LicenseMIT

Tic-tac-toe

Tic-tac-toe written in HTML, CSS, and pure JavaScript.

This was a project I did in JavaScript class, at the request of my instructor. No jQuery has been used per his request. localStorage has also been utilized to save your playing scores.

Play at le717.github.io/tic-tac-toe

License

Licensed under The MIT License

Inspired by and makes use of some techniques in @glavender's Tic-tac-toe game