Tic-Tac-Toe
Package:
Summary:
Tic-Tac-Toe game using alpha beta search algorithm
Groups:
Author:
Description:
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 are common algorithms for zero-sum two player games (e.g. Tic Tac Toe and Chess).
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 are common algorithms for zero-sum two player games (e.g. Tic Tac Toe and Chess).
Comments are closed.