Skip to content

Dopp-IO/connect4py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

connect4py

Minimax Connect4 AI written in python.

Run from the command line with "python connect4.py". To let the computer play first, "python connect4.py com". To clear cache, "python connect4.py clearcache".

Program relies heavily on caching to speed up deep searches. It becomes faster as you play against it more.

About

Minimax Connect4 AI written in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages