Skip to content

Artificial Intelligence Tic-Tac-Toe game with Javascript (2 players & 1 player vs computer). Using MINIMAX and MINIMAX WITH PRUNING as a computer algorithm to play against the user

Notifications You must be signed in to change notification settings

adrigardi90/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI tic-tac-toe

Tic-Tac-Toe game using ES6 with Webpack 3 & Babel. There are two different modes: 2 players game and 1 player vs computer (AI using minimax and minimax with pruning algorithms)

Quick start

# Clone the repo
git clone https://github.com/adrigardi90/tic-tac-toe.git

# Change into the repo directory
cd tic-tac-toe

# install
yarn 

# Start the game
npm run start

Then visit http://localhost:8080 in your browser

About

Artificial Intelligence Tic-Tac-Toe game with Javascript (2 players & 1 player vs computer). Using MINIMAX and MINIMAX WITH PRUNING as a computer algorithm to play against the user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published