https://github.com/unicar9/tictactoe
🍀A simple Tic Tac Toe game built with HTML, CSS and JavaScript with an unbeatable AI, support local storage
https://github.com/unicar9/tictactoe
jquery localstorage tictactoe-game unbeatable-player
Last synced: 28 days ago
JSON representation
🍀A simple Tic Tac Toe game built with HTML, CSS and JavaScript with an unbeatable AI, support local storage
- Host: GitHub
- URL: https://github.com/unicar9/tictactoe
- Owner: unicar9
- Created: 2017-05-29T00:14:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T01:45:42.000Z (over 6 years ago)
- Last Synced: 2025-04-08T18:40:08.380Z (about 2 months ago)
- Topics: jquery, localstorage, tictactoe-game, unbeatable-player
- Language: JavaScript
- Homepage: https://unicar9.github.io/tictactoe/
- Size: 30.3 KB
- Stars: 9
- Watchers: 1
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project#0 - Tic Tac Toe
You can play it in [here](https://unicar9.github.io/tictactoe/), Give it a go!
All comments and suggestions are welcome!

## Overview
As required, I made this simple tic tac toe game as my first individual project. It's built with html, css and javascript/**jQuery**.
## Features
- Players can toggle between **Versus Mode** and **VS Computer Mode** on 3x3 grid
- Beat-me-if-you-can AI
- Players can toggle between 3x3 or 4x4 grid
- Players can choose between 2 token pairs
- Support local storage
___
## Acknowledgments
- I used [animate.css](https://github.com/daneden/animate.css) library during the process, it's an easy-to-use library of CSS animations!
- I used [Font Awesome](http://fontawesome.io/) to search for icons.
- I found my color palette for this game on [Coolors](https://coolors.co/).
- I found my cute sushi tokens on [freepik](http://www.freepik.com/).
- I've felt grateful for all the help I got from Luke & Matt and all my classmates along the way in WDI22, [GA](https://generalassemb.ly/).