Skip to content

jacktgentile/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planning and Games

Artificial intelligence that uses minimax and alpha-beta pruning strategies in games.

Constraint Satisfaction Problem

Solves a pentomino game, and accomplishes the same with dominos and trionomos. Relevant files are solve.py, Pentomino.py, and instances.py. Can be run using the command "python visual.py" which launches a window displaying the solved layout.

Ultimate Tic-Tac-Toe

Uses artificial intelligence techniques to play a game of ultimate tic-tac-toe. Relevant file is uttt.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages