Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T22:04:26.000Z (about 2 years ago)
- Last Synced: 2024-11-01T05:42:22.722Z (2 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: 3
- 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")
![GitHub tag (latest by date)](https://img.shields.io/github/tag-date/lukechu10/Ultimate-TicTacToe-AI?label=latest)
![npm](https://img.shields.io/npm/dm/ultimate-tictactoe-ai)
[![Build Status](https://dev.azure.com/Bloody-Turtles/Ultimate%20TicTacToe%20AI/_apis/build/status/lukechu10.Ultimate-TicTacToe-AI?branchName=master)](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
```