https://github.com/vanajmoorthy/tictactoe
A Tic-Tac-Toe game
https://github.com/vanajmoorthy/tictactoe
Last synced: 12 months ago
JSON representation
A Tic-Tac-Toe game
- Host: GitHub
- URL: https://github.com/vanajmoorthy/tictactoe
- Owner: vanajmoorthy
- Created: 2019-10-08T06:54:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T14:30:30.000Z (over 6 years ago)
- Last Synced: 2025-06-04T17:02:16.052Z (about 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
A pretty basic tic-tac-toe game played against an AI designed with the [Minixax](https://www.geeksforgeeks.org/minimax-algorithm-in-game-theory-set-1-introduction/) algorithm. 5 points if you can beat it.