Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/completejavascript/tic-tac-toe
🎮 Unbeatable Tic-Tac-Toe game using React and Minimax algorithm.
https://github.com/completejavascript/tic-tac-toe
create-react-app minimax minimax-algorithm react tic-tac-toe tictactoe tictactoe-game
Last synced: 18 days ago
JSON representation
🎮 Unbeatable Tic-Tac-Toe game using React and Minimax algorithm.
- Host: GitHub
- URL: https://github.com/completejavascript/tic-tac-toe
- Owner: completejavascript
- License: mit
- Created: 2019-01-24T16:32:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T03:36:09.000Z (about 2 years ago)
- Last Synced: 2023-03-01T08:32:28.132Z (almost 2 years ago)
- Topics: create-react-app, minimax, minimax-algorithm, react, tic-tac-toe, tictactoe, tictactoe-game
- Language: JavaScript
- Homepage: https://about.phamvanlam.com/tic-tac-toe
- Size: 1.93 MB
- Stars: 23
- Watchers: 2
- Forks: 11
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Tic-tac-toe Game
Unbeatable Tic-tac-toe game using React, Create-react-app and Minimax algorithm for implementing AI.
## Links
* Demo: [Tic-tac-toe](https://about.phamvanlam.com/tic-tac-toe)
## Visit me
* Blog: [Complete JavaScript](https://completejavascript.com/)
* Fanpage: [Complete JavaScript](https://www.facebook.com/completejavascript/)
* Portfolio: [Lam Pham](https://about.phamvanlam.com/)