Tic Tac Toe game where two are users can play locally sharing the same computer by taking turns.
These instructions will get you a copy of the project up and running on your local machine for development purposes. See deployment for notes on how to deploy the project on a live system.
For this HTML, CSS and Javascript project all you need to do is clone this repo and open the index.html file in your browser making sure it allows Javascript to run.
This app is easy to deploy because it is only a client side app with no backend on it, mine is actually deployed on Github Pages with https://pages.github.com/, live example of the app https://link04.github.io/tic-tac-toe-project/
- Bootstrap - The css framework used for styling
- Javascript
- HTML
- Maximo Bautista - Initial work - link04
- Javascript Arrays for inspiration