Skip to content

chandyego84/Minimax-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knoughts and Crosses

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.

Running the Games:

TODO:

  • Write tests
  • Check efficiency across the languages
  • Add MORE languages and implementations. Let's write this in 10+ languages and draw comparisons.

Python Implementation

  1. Make GUI version
  2. Optimize: Pruning or different evaluation function

C Implementation

  1. Optimize: Pruning or different evaluation function

Verilog Implementation

  1. Implement in Verilog

About

Some 3x3 game vs AI in various languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published