Skip to content

davefowler/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Chess

I built this Chess Interface and AI using the chess.js chess library from jhlywa.

The AI uses AlphaBeta algorithm which is a shortcut version of minmax. It has a terrible board scoring function and is incredibly slow due to the string based chess.js chess engine.

Read more about it on my blog or try it out here.

This project is free as in beer.

Javascript Chess

About

A chess game with a slow AI in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published