https://github.com/lukechu10/ultimate-tictactoe-ai
Ultimate TicTacToe AI program for NodeJS
https://github.com/lukechu10/ultimate-tictactoe-ai
ai cpp minimax napi node-addon-api nodejs nodejs-modules ultimate-tic-tac-toe uttt
Last synced: 4 months ago
JSON representation
Ultimate TicTacToe AI program for NodeJS
- Host: GitHub
- URL: https://github.com/lukechu10/ultimate-tictactoe-ai
- Owner: lukechu10
- License: mit
- Created: 2019-08-11T21:25:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T22:04:26.000Z (over 3 years ago)
- Last Synced: 2025-10-09T16:46:49.282Z (8 months ago)
- Topics: ai, cpp, minimax, napi, node-addon-api, nodejs, nodejs-modules, ultimate-tic-tac-toe, uttt
- Language: C++
- Size: 115 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ultimate-TicTacToe-AI
[GitHub Repository](https://github.com/lukechu10/Ultimate-TicTacToe-AI "Go to GitHub")


[](https://dev.azure.com/Bloody-Turtles/Ultimate%20TicTacToe%20AI/_build/latest?definitionId=4&branchName=master)
To see this project in action, check out this GUI applicaton powered by `ultimate-tictactoe-ai`: https://github.com/lukechu10/Ultimate-TicTacToe-GUI
## Build instructions
```cmd
cd "./Node Addon API Integration"
npm install
npm install -g node-gyp
npm run build
```