https://github.com/zduny/tic-tac-toe
Game of Tic Tac Toe implementing minimax algorithm.
https://github.com/zduny/tic-tac-toe
javascript minimax minimax-algorithm tic-tac-toe tictactoe
Last synced: 8 months ago
JSON representation
Game of Tic Tac Toe implementing minimax algorithm.
- Host: GitHub
- URL: https://github.com/zduny/tic-tac-toe
- Owner: zduny
- Created: 2017-06-22T21:06:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T21:38:47.000Z (over 6 years ago)
- Last Synced: 2025-06-02T02:50:00.070Z (about 1 year ago)
- Topics: javascript, minimax, minimax-algorithm, tic-tac-toe, tictactoe
- Language: JavaScript
- Homepage: https://zduny.github.io/tic-tac-toe/
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe
Game of Tic Tac Toe implementing minimax algorithm.