Skip to content

AI TicTacToe implementation in Python using MCTS

Notifications You must be signed in to change notification settings

faraz-b/AI-TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

AI-TicTacToe

Python3 implementation of AI TicTacToe using Monte Carlo Tree Search (MCTS)

Game Demo

Setup & Installation

$ git clone https://github.com/faraz-b/AI-TicTacToe.git

$ python3 TicTacToe.py

Optionally, you can provide a custom CPU difficulty by supplying a -d or --difficulty parameter

This sets the number of random playouts the CPU will perform to determine the best index choice

$ python3 TicTacToe.py -d 30

About

AI TicTacToe implementation in Python using MCTS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages