Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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