https://github.com/raphsenn/tictactoe-minimax-ncurses
Tic-Tac-Toe game with an unbeatable AI implemented using the Minimax algorithm with alpha-beta pruning, written in raw C and utilizing ncurses for the interface.
https://github.com/raphsenn/tictactoe-minimax-ncurses
Last synced: over 1 year ago
JSON representation
Tic-Tac-Toe game with an unbeatable AI implemented using the Minimax algorithm with alpha-beta pruning, written in raw C and utilizing ncurses for the interface.
- Host: GitHub
- URL: https://github.com/raphsenn/tictactoe-minimax-ncurses
- Owner: raphsenn
- License: mit
- Created: 2024-05-14T08:44:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T06:31:53.000Z (about 2 years ago)
- Last Synced: 2024-05-22T06:26:30.102Z (about 2 years ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE