Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmo00/tictactoe-ai
Tic-Tac-Toe Game AI
https://github.com/emmo00/tictactoe-ai
ai game tic-tac-toe
Last synced: 15 days ago
JSON representation
Tic-Tac-Toe Game AI
- Host: GitHub
- URL: https://github.com/emmo00/tictactoe-ai
- Owner: Emmo00
- Created: 2024-05-03T22:18:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T23:46:14.000Z (9 months ago)
- Last Synced: 2024-05-04T00:33:47.048Z (9 months ago)
- Topics: ai, game, tic-tac-toe
- Language: JavaScript
- Homepage: https://tic-tac-toe-beryl-delta.vercel.app
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe-ai
An implementation of a game AI that plays `tic-tac-toe`. This was implemented with the minimax algorithm. Try it out [here](https://tictactoe-ai-eight.vercel.app/)
Tell me what you think, and leave a ⭐.
UI adapted from Anushka Chauhan