Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 870 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 870 Bytes

📚 Tic Tac Toe AI

An AI that guarantees a win or draw in a 3x3 Tic Tac Toe game, achieved through implementation of the minimax algorithm and optimized with Alpha-Beta pruning.

The UI is built with SolidJS, TypeScript, Vite, TailwindCSS, and DaisyUI (definitely over-engineered!).

Built With

SolidJS TypeScript Vite TailwindCSS DaisyUI