/Tic-Tac-Toe

A Tic-Tac-Toe game built with Javascript

Primary LanguageJavaScriptMIT LicenseMIT

Tic-Tac-Toe Game


View Demo · Request Feature

Table of Contents

About The Project

Tic-Tac-Toe This project is our implementation of the Tic tac toe game using Javascript Constructors. It is suitable only for two human players.

Built With

  • HTML5
  • Javascript
  • CSS

How to play the game

The Board is an empty grid of (3 x 3) at the beginning. To play the Game the Users needs to input their names first and you will get a notification when the start button is selected.

A winner will only be determined if the combinations as set in the game are fulfilled. The game can also be a tie if none of the players hits the winning combinations and all grids are filled.

Contributors

This is a collaborative project by Olga Pelts & Tunde Oretade

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.