Skip to content

The Super Tic Tac Toe game is built with JavaScript, users can play in multiplayer mode or against artificial intelligence.

License

Notifications You must be signed in to change notification settings

jaspreet-singh-sahota/tic-tac-toe-javascript

Repository files navigation

Contributors Forks Stargazers Issues


JavaScript

Super Tic Tac Toe

This project is part of the Microverse curriculum in JavaScript module!

Report Bug · Request Feature

Table of Contents

About The Project

In this project, I have build a Tic Tac Toe game. The project follows the lesson about Factory Functions and The Module Pattern so the main goal is to put into practice those concepts along with the main concepts of Object Oriented Programming. Particularly, classes/objects, testing and how to access their methods and attributes.

Features

This Tic Tac Toe game has a modern touch to it and I am calling it Super Tic Tac Toe.

  • User can play with different characters.
  • User can switch between the characters in middle of the game.
  • User can play Multiplayer or with computer.
  • Computer have two modes easy and hard mode.
  • Hard mode is build with the Min-Max-Algorithm.
  • In Hard mode AI plays the best possible move which means user can not win in any condition.
  • Feel free to try your luck. 😃 I hope enjoy playing it.

Live Link (Netlify)

Peek 2020-07-13 18-47

Built With

This project was built using these technologies.

  • HTML
  • CSS
  • JavaScript
  • Jest

Install

To run Library-project locally, clone the repository, navigate to it's containing directory.

Follow these commands step by step:-

git@github.com:jaspreet-singh-sahota/tic-tac-toe-javascript.git
cd tic-tac-toe-javascript

Now you can open index.html in your browser to see Super-TicTac-toe up and running.

Enjoy playing it.

Testing

  • Jest

Authors

👤 Jaspreet Singh

👤 Okiror Frank

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

The Super Tic Tac Toe game is built with JavaScript, users can play in multiplayer mode or against artificial intelligence.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages