Garbochess-JS icon indicating copy to clipboard operation
Garbochess-JS copied to clipboard

A strong javascript chess engine using WebWorkers

Results 17 Garbochess-JS issues
Sort by recently updated
recently updated
newest added

I’m trying to adapt the code for fisher960 random starting positions. I can do that but while playing against the AI after a few moves it gives the busted output....

Ported the Javascript code to Web Application environments like available on FirefoxOS, Android, iOS. Created the SVG (Scalable Vector Graphics) chess set graphics. Making Garbochess resolution aware and offline installable....

Added a couple of articles. Even the smallest things matter. ;)

Every few moves the engine only records **one** move on a notation causing the rest to be incorrect

I want to reuse this as a library in my project, currently best way to do it seems to copy/paste to my own project. If that's the case, how about...

hello glinscott, I am very interested in this project.I want to konw is there have some introduction about the algorithm of garbochess?Looking forward to your reply,thank u:)

The Analysis link is not working for off or on

Hi, I've derived from garbochess as a jquery plugin - https://github.com/syntithenai/jquery.garboChess/ Multiple instances in a page yay! Hope it's useful to someone.

If you set the computer to play white and keep clicking the new game button eventually a busted message will occur, it seems that the FEN in this case is...

When you start moving again after undo's PGN start at last move number. so you can't move back-forward if needed. i have put a "flip board" addition dunno how to...