-
Notifications
You must be signed in to change notification settings - Fork 9
gigamonkey/gigamonkey-tic-tac-toe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published