Skip to content

Classic Tic-Tac-Toe game, build with vanilla JavaScript.

License

Notifications You must be signed in to change notification settings

pelzolga123/Tic-Tac-Toe-1

 
 

Repository files navigation

Tic-Tac-Toe Game 👋


View Demo · Request Feature

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 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.

Future feature

  • Users can play against computer.

Authors

👤 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.

About

Classic Tic-Tac-Toe game, build with vanilla JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.4%
  • HTML 29.1%
  • CSS 5.5%