Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.02 KB

M-Tic A-Tac X-Toe

Tic Tac Toe game where two are users can play locally sharing the same computer by taking turns.

Getting Started

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.

Installing

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.

Deployment

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/

Built With

  • Bootstrap - The css framework used for styling
  • Javascript
  • HTML

Authors

  • Maximo Bautista - Initial work - link04

Acknowledgments

  • Javascript Arrays for inspiration