Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digen21/tic-tac-toe
AI based tic tac toe game. Games made using the minimax algorithm, where AI / computer always tries to win.
https://github.com/digen21/tic-tac-toe
css html js minimax-algorithm tic-tac-toe tictactoe-game
Last synced: 3 days ago
JSON representation
AI based tic tac toe game. Games made using the minimax algorithm, where AI / computer always tries to win.
- Host: GitHub
- URL: https://github.com/digen21/tic-tac-toe
- Owner: digen21
- Created: 2022-12-08T18:30:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T18:57:34.000Z (about 2 years ago)
- Last Synced: 2024-12-24T11:54:14.463Z (15 days ago)
- Topics: css, html, js, minimax-algorithm, tic-tac-toe, tictactoe-game
- Language: JavaScript
- Homepage: https://tic-tac-toe-digen21.vercel.app/
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TIC-TAC-TOE
>You can play this game --> link is there
>I refered the FreeCodeCamp tutorial while building this game
AI based tic tac toe game. Games made using the minimax algorithm, where AI / computer always tries to win.