https://github.com/rameshaditya/tic-tac-toe-bot
An implementation of the minimax algorithm
https://github.com/rameshaditya/tic-tac-toe-bot
ai artificial-intelligence bot minimax minimax-algorithm tic-tac-toe
Last synced: about 7 hours ago
JSON representation
An implementation of the minimax algorithm
- Host: GitHub
- URL: https://github.com/rameshaditya/tic-tac-toe-bot
- Owner: RameshAditya
- Created: 2017-07-02T07:45:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T08:32:08.000Z (about 9 years ago)
- Last Synced: 2025-02-23T19:44:52.902Z (over 1 year ago)
- Topics: ai, artificial-intelligence, bot, minimax, minimax-algorithm, tic-tac-toe
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SideProject-Tic Tac Toe Bot
An implementation of the minimax algorithm in a bot that plays tic-tac-toe (Noughts and Crosses) against the user.