https://github.com/alias-rahil/tic-tac-toe-minimax
implementation of minimax algorithm for tic tac toe
https://github.com/alias-rahil/tic-tac-toe-minimax
Last synced: 2 months ago
JSON representation
implementation of minimax algorithm for tic tac toe
- Host: GitHub
- URL: https://github.com/alias-rahil/tic-tac-toe-minimax
- Owner: alias-rahil
- Created: 2020-04-09T15:45:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T16:40:49.000Z (about 5 years ago)
- Last Synced: 2025-01-21T16:35:17.100Z (4 months ago)
- Language: Python
- 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-minimax
implementation of minimax algorithm for tic tac toe