Skip to content

farshiana/minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monte Carlo Tree Search

JavaScript implementation of the Minimax algorithm. Implemented games are Nim and Tic-Tac-Toe.

Installation

Run npm i to install dependencies.

Usage

Play Nim or Tic-Tac-Toe against the AI with game="Nim" engine="human" npm run play.

Visualize a random bot play Tic-Tac-Toe or Nim against the AI with game="TicTacToe" engine="random" npm run play.

Linter

Run linter with npm run lint.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published