shreeraj / chess

A chess game with a slow AI in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 94.8%Language:HTML 3.8%Language:CSS 1.4%