Skip to content

This is a Monte-Carlo simulator for the popular game Tic-Tac-Toe.

Notifications You must be signed in to change notification settings

njaladan/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A Monte-Carlo Simulator

Tic-Tac-Toe is a simple Monte-Carlo based player. A small playing GUI is also included.

This works on a particularly inefficient implementation of the Monte-Carlo methods, so it plays out every single game possible from the given state, and then picks the cell that works best. Originally built for an online class on Python algorithms.

About

This is a Monte-Carlo simulator for the popular game Tic-Tac-Toe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages