https://github.com/luisfernandovillalon/tictactoe-theodinproject
The Odin Project: Tic, Tac, Toe
https://github.com/luisfernandovillalon/tictactoe-theodinproject
ai css html javascript object-oriented-programming problem-solving recursion
Last synced: 3 months ago
JSON representation
The Odin Project: Tic, Tac, Toe
- Host: GitHub
- URL: https://github.com/luisfernandovillalon/tictactoe-theodinproject
- Owner: LuisFernandoVillalon
- Created: 2022-09-01T18:35:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T00:49:44.000Z (about 1 year ago)
- Last Synced: 2025-01-18T07:26:20.610Z (5 months ago)
- Topics: ai, css, html, javascript, object-oriented-programming, problem-solving, recursion
- Language: JavaScript
- Homepage: https://luisfernandovillalon.github.io/TicTacToe-theOdinProject/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
Project: Tic, Tac, Toe - The Odin Project
# Summary
Built a Tic Tac Toe game which can be played in the browser.
The player can play against a computer and has two options on
the difficulty of the computer Ez (easy) mode and Beast (hard) mode.# Technologies
HTML, CSS, JavaScript, Recursion, Minimax Algorithm
# Live Preview
[screen-capture (4).webm](https://user-images.githubusercontent.com/104875261/234383169-86f06f74-02a6-4236-ae05-e9e20d71c36e.webm)