https://github.com/pncnmnp/tic-tac-toe
A basic tic tac toe game using minimax algorithm
https://github.com/pncnmnp/tic-tac-toe
artificial-intelligence-algorithms minimax-algorithm tic-tac-toe-game user-vs-computer
Last synced: 8 months ago
JSON representation
A basic tic tac toe game using minimax algorithm
- Host: GitHub
- URL: https://github.com/pncnmnp/tic-tac-toe
- Owner: pncnmnp
- License: gpl-3.0
- Created: 2018-04-05T13:56:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T07:53:10.000Z (about 8 years ago)
- Last Synced: 2023-03-03T13:05:51.290Z (over 3 years ago)
- Topics: artificial-intelligence-algorithms, minimax-algorithm, tic-tac-toe-game, user-vs-computer
- Language: C
- Size: 29.3 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tic-tac-toe
A basic tic tac toe game using minimax algorithm
Compile and enjoy!