Training a Neural Network to play tic-tac-toe using the library brain.js
First, clone this repository.
git clone https://github.com/delt4d/Neural-Net_Tic-Tac-Toe.git
Open the project folder and install the dependencies.
npm install
Before running npm start to start the game, you will need to train the AI. Execute:
npm run train
npm start
You need to have python installed.
To check the AI Bot result, execute:
npm run live


