Skip to content

gigamonkey/gigamonkey-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Three versions of a simple tic-tac-toe game.

perfect.py is based on the idea of Ken Thompson's perfect chess
endgame player. Code golfed as far as I could without totally
obfuscating it to get it under 100 lines.

search.py is a completely brute force search.

alphabeta.py Also implements a search but uses alpha-beta pruning to
do less work.

About

Simple python tic-tac-toe implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages