https://github.com/thericecold/tictactoe
Tictactoe using 2D array with game history states
https://github.com/thericecold/tictactoe
alpha-beta-pruning board-game functional-programming game html javascript minimax-algorithm tictactoe vanilla-javascript
Last synced: 2 months ago
JSON representation
Tictactoe using 2D array with game history states
- Host: GitHub
- URL: https://github.com/thericecold/tictactoe
- Owner: TheRiceCold
- Created: 2021-12-08T04:57:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T15:18:43.000Z (over 3 years ago)
- Last Synced: 2025-01-21T07:09:44.754Z (4 months ago)
- Topics: alpha-beta-pruning, board-game, functional-programming, game, html, javascript, minimax-algorithm, tictactoe, vanilla-javascript
- Language: JavaScript
- Homepage: https://thericecold.github.io/tictactoe/
- Size: 772 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Activity7-TicTacToe-2D-Array-