Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lim-calculus/ai-vs-ai-in-tictactoe
Using Alpha Beta Pruning to make the computation faster
https://github.com/lim-calculus/ai-vs-ai-in-tictactoe
Last synced: 3 days ago
JSON representation
Using Alpha Beta Pruning to make the computation faster
- Host: GitHub
- URL: https://github.com/lim-calculus/ai-vs-ai-in-tictactoe
- Owner: Lim-Calculus
- Created: 2020-12-02T05:49:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T13:31:11.000Z (over 2 years ago)
- Last Synced: 2024-11-21T06:34:52.670Z (2 months ago)
- Language: Python
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Application of AI in Tic-Tac-Toe
Implement Alpha Beta Pruning to make the computation faster than minimax algorithm.Run "runner.py" to start to watch how AI beat AI in tictactoe.
```bash
python runner.py
```
Library Required : pygame