Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/phucngo2/tic-tac-toe
- Owner: phucngo2
- License: mit
- Created: 2024-07-10T15:58:29.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-17T07:09:52.000Z (5 months ago)
- Last Synced: 2024-08-17T08:24:31.790Z (5 months ago)
- Topics: solidjs, tic-tac-toe, typescript
- Language: TypeScript
- Homepage: https://phucngo2.github.io/tic-tac-toe/
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)