ritik2209 / TICTACTOE

Web App For Microsoft Mars Colonization Program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TICTACTOE

Web App For Microsoft Engage 2020 Program (Mars Colonization Program)
For Demo : https://ritik2209.github.io/TICTACTOE/index.html
Alpha-Beta pruning is not actually a new algorithm, rather an optimization technique for minimax algorithm. It reduces the computation time by a huge factor. This allows us to search much faster and even go into deeper levels in the game tree. It cuts off branches in the game tree which need not be searched because there already exists a better move available. It is called Alpha-Beta pruning because it passes 2 extra parameters in the minimax function, namely alpha and beta.

About

Web App For Microsoft Mars Colonization Program


Languages

Language:JavaScript 72.4%Language:HTML 21.5%Language:CSS 6.0%