Skip to content

delt4d/TicTacToe-Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NET Tic-Tac-Toe

Training a Neural Network to play tic-tac-toe using the library brain.js

How to run

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

Screenshots



About

Neural Network to play tic-tac-toe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published