Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```