An open API service indexing awesome lists of open source software.

https://github.com/shivam010/tictactoe

A simple web game based on Tic Tac Toe
https://github.com/shivam010/tictactoe

css css-in-js game html html-css html5-game javascript javascript-game jquery tic-tac-toe web-game

Last synced: about 1 month ago
JSON representation

A simple web game based on Tic Tac Toe

Awesome Lists containing this project

README

        

# Tic Tac Toe
Tic Tac Toe: Human vs Artificial Intelligence is a simple web game, based on the famous Pen-Paper-Game [Tic-tac-toe](https://en.wikipedia.org/wiki/Tic-tac-toe).

Made Just for fun. [Play it here!](https://shivam010.github.io/TicTacToe/)

# Background
The idea and the gist of the project is for fun and to complete a childhood dream of creating a program that plays this game, Tic Tac Toe i.e. X-O by its own against us.

The base of the project is the script, set of codes written in JavaSript and jQuery, to make a move according to the user. The game makes use of Min-Max Algorithm and the base conditions of the game.

# Contributing
Changes and improvements are more than welcome!

Feel free to fork and open a pull request.

And Please make your changes in a specific branch and request to pull into master! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.

# License
Tic Tac Toe is licensed under the [MIT license.](https://github.com/Shivam010/TicTacToe/blob/master/LICENSE)