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

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

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!

![screenshot](http://i.imgur.com/r151Hv7.png)

## 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/).