PHP Classes
elePHPant
Icontem

tic tac toe

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 12       Packages icon Packages (1)   Blogs icon Blogs (1)   Packages icon Forums icon Package forums (9)   Blogs icon Forums icon Blog forums (1)  
This package implements an interactive Tic-Tac-Toe game It can present a Tic-Tac-Toe board that is updated using AJAX requests upon each user move. The package implements the alpha beta search algorithm (Minimax search optimized by performing alpha beta pruning) for determining the next move, which ...