https://github.com/paraggoyal28/tictactoe
TicTacToe game using minmax algorithm
https://github.com/paraggoyal28/tictactoe
game-development javascript minimax-algorithm
Last synced: 10 months ago
JSON representation
TicTacToe game using minmax algorithm
- Host: GitHub
- URL: https://github.com/paraggoyal28/tictactoe
- Owner: paraggoyal28
- Created: 2022-01-01T10:31:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T15:08:44.000Z (about 4 years ago)
- Last Synced: 2025-02-12T11:38:16.357Z (11 months ago)
- Topics: game-development, javascript, minimax-algorithm
- Language: JavaScript
- Homepage: https://unbeatabletac.netlify.app/
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tictactoe
TicTacToe game using minmax algorithm