Home * Engines * Garbochess-JS
Garbochess-JS,
a JavaScript open source chess engine using web worker, developed by Gary Linscott. Garbochess-JS evolved from the early C# version of Garbochess aka Silverlight Chess 1 for the Microsoft Silverlight framework 2, and the intermediate Ajax Chess, which doesn't apply Ajax techniques but client JavaScript 3.
Contents
Features
Board Representation
Search
- Iterative Deepening
- Aspiration Windows
- Principal Variation Search
- Transposition Table
- Selectivity
- Move Ordering
Evaluation
See also
Forum Posts
- Ajax chess by Gary, CCC, February 20, 2010
- Ajax Chess 2.0 by Gary, CCC, June 16, 2010
- Ajax Chess 3.0 by Gary, CCC, July 01, 2010
- Ajax Chess 4.0 by Gary, CCC, July 14, 2010
- GarbochessJS updated by Gary, CCC, December 08, 2012
- Re: Engine In Javascript by glinscott, OpenChess Forum, July 23, 2013
External Links
References
Re: Microsoft Silverlight Chess by Gary, CCC, October 01, 2007↩︎
Gary Linscott's Home Page - Chess Programs, slchess.zip, GarboChess.cs↩︎
Re: Ajax chess by Gary, CCC, February 20, 2010↩︎
based on Garbochess-JS/garbochess.js at master · glinscott/Garbochess-JS · GitHub↩︎