Tic-Tac-Toe vs. AI in Python, C, Verilog...
Minimax algorithm is being used for Python and C. I am currently trying to write minimax in Verilog, but I might switch to using MCTS to add some more spicing.
- Write tests
- Check efficiency across the languages
- Add MORE languages and implementations. Let's write this in 10+ languages and draw comparisons.
- Make GUI version
- Optimize: Pruning or different evaluation function
- Optimize: Pruning or different evaluation function
- Implement in Verilog