Skip to content

addod19/Tic-Tac-Toe-JS

 
 

Repository files navigation

Tic-Tac-Toe

Building a tic-tac-toe game using vanilla Javascript. A Tic Tac Toe game you can play in your browser! This project follows the lesson about Factory Functions and The Module Pattern. The main goal is to put into practice those concepts along with Object-Oriented Programming. Particularly, classes/objects and how to access their methods and attributes

How to Play

  1. Fill in your names in the boxes
  2. Click on Play to start a new game
  3. If there is a winner or the game finishes with a tie, click on the popup message to make it go away
  4. Click on Play to play again

Future Version

  • Add a feature to be able to play the game with a computer
  • Also, make a computer play with a computer

Screenshots

Big Screen with winner message

SCREEN with winner message

Big Screen

game UI

Built With

  • HTML
  • CSS
  • JavaScript

Live Demo

Live Demo Link

Getting Started

To get a local copy, follow these simple example steps.

  1. git clone https://github.com/macnick/Tic-Tac-Toe-JS.git
  2. Open the index.html with your favorite browser
  3. Enjoy the game

Prerequisites

  • A modern browser

Authors

👤 Nick Haralampopoulos

👤 Daniel Larbi Addo

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

  1. Fork it (https://github.com/macnick/Tic-Tac-Toe-JS/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the feature branch (git push origin my-new-feature)
  5. Create a new Pull Request

Show your support

Give us ⭐️ if you like this project!

Acknowledgments

  • Microverse
  • Microverse TSE's

📝 License

This project is MIT licensed. rt a new game 3. If there is a winner or the game finishes with a tie click on the popup message to make it go away 4. Click on Play to play again

Future Version

  • Add a feature to be able to play the game with a computer
  • Also make a computer play with a computer

Screenshots

Big Screen with winner message

SCREEN with winner message

Big Screen

game UI

Built With

  • HTML
  • CSS
  • JavaScript

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

  1. git clone https://github.com/macnick/Tic-Tac-Toe-JS.git
  2. Open the index.html with your favorite browser
  3. Enjoy the game

Prerequisites

  • A modern browser

Authors

👤 Nick Haralampopoulos

👤 Daniel Larbi Addo

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

  1. Fork it (https://github.com/macnick/Tic-Tac-Toe-JS/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Show your support

Give us a ⭐️ if you like this project!

Acknowledgments

  • MIcroverse
  • Microverse TSE's

📝 License

This project is MIT licensed.

About

This is a browser-based tic-tac-toe game created using vanilla Javascript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.3%
  • CSS 27.1%
  • HTML 22.6%