Difference between revisions of "Wukong JS"

From Chessprogramming wiki
Jump to: navigation, search
Line 41: Line 41:
 
=Forum Posts=
 
=Forum Posts=
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76101 Wukong JS - chess engine with UCI support, own GUI and public API] by [[Maksim Korzh]], [[CCC]], December 19, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76101 Wukong JS - chess engine with UCI support, own GUI and public API] by [[Maksim Korzh]], [[CCC]], December 19, 2020
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76119 New engine release - Wukong JS] by [[Maksim Korzh]], [[CCC]], December 21, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76140 Setup a javascript engine in a GUI] by [[Ferdinand Mosca]], [[CCC]], December 24, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76140 Setup a javascript engine in a GUI] by [[Ferdinand Mosca]], [[CCC]], December 24, 2020
  

Revision as of 16:23, 27 December 2020

Home * Engines * Wukong JS

Sun Wukong [1]

Wukong JS, (WukongJS)
a open source chess engine and user interface by Maksim Korzh. Wukong JS is written in JavaScript, either to run as HTML document inside a web browser [2], or in UCI mode via Node.js. Further, Wukong JS offers an API to embed 'Wukong JS in third party websites.

Features

Board Representation

Search

Evaluation

See also

Forum Posts

External Links

Chess Engine

Misc

References

  1. A 19th-century illustration of the character Sun Wukong, or "the Wanderer Sun". Wikimedia Commons
  2. WukongJS

Up one Level