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
- Host: GitHub
- URL: https://github.com/shivam010/tictactoe
- Owner: Shivam010
- License: mit
- Created: 2017-06-12T22:20:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T19:59:57.000Z (over 5 years ago)
- Last Synced: 2025-04-23T02:47:31.992Z (about 1 month ago)
- Topics: css, css-in-js, game, html, html-css, html5-game, javascript, javascript-game, jquery, tic-tac-toe, web-game
- Language: JavaScript
- Size: 3.27 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)