https://github.com/alex-dishen/tic-tac-toe
https://github.com/alex-dishen/tic-tac-toe
algorithm css factory-functions html javascript modules
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alex-dishen/tic-tac-toe
- Owner: alex-dishen
- Created: 2022-10-15T15:30:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T04:49:43.000Z (over 3 years ago)
- Last Synced: 2025-02-23T01:34:23.605Z (over 1 year ago)
- Topics: algorithm, css, factory-functions, html, javascript, modules
- Language: JavaScript
- Homepage: https://alex-dishen.github.io/tic-tac-toe/
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
The **Library** project is created according to the assignment from **The Odin Project** [course](https://www.theodinproject.com/paths/full-stack-javascript/courses/javascript).

### 🔗 **Live preview** of the project is [here](https://alex-dishen.github.io/tic-tac-toe/).
## **Features**
* Two players mode
* AI mode with two levels of difficulty
## **Outcome**
* Used **HTML**
* Used **CSS**
* Used **JavaScript**
* Learned how to tackle all items inside functions to free global scope
* Improved usage of factory functions
* Improved usage of module pattern
* Usage of minimax algorithm
## **Navigation**
* See my next project [CV Maker](https://github.com/alex-dishen/cv-maker)
* See my previous project [Library](https://github.com/alex-dishen/library)