Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phucngo2/tic-tac-toe

An "AI" that guarantees a win or draw in a 3x3 Tic Tac Toe game, achieved through the implementation of the minimax algorithm.
https://github.com/phucngo2/tic-tac-toe

solidjs tic-tac-toe typescript

Last synced: about 2 months ago
JSON representation

An "AI" that guarantees a win or draw in a 3x3 Tic Tac Toe game, achieved through the implementation of the minimax algorithm.

Awesome Lists containing this project

README

        

# 📚 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](https://img.shields.io/badge/SolidJS-2c4f7c?style=for-the-badge&logo=solid&logoColor=c8c9cb)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![DaisyUI](https://img.shields.io/badge/daisyui-5A0EF8?style=for-the-badge&logo=daisyui&logoColor=white)