This is a temporary, read-only recovery of the chessprogrammingwiki while a longer-term plan is worked out. Editing is not possible right now, but will be again soon.
Chess Programming Wiki All pages Other namespaces

JavaScript-Chess

Home * Engines * JavaScript-Chess

JavaScript-Chess,
a didactic open source chess program by Bill Jordan, written in JavaScript to run in a web browser. JavaScript-Chess is available on GitHub 1 - an ebook explaining the program is available from Amazon 2. The JavaScript code, executed in the background by a web worker, is embedded in a HTML document of a web page which implements the graphical user interface, to render a 2D graphics board with pieces using jpeg images, and to allow user and web worker interaction through message passing.

Contents
  1. Features
    1. Board Representation
    2. Search
    3. Evaluation
  2. See also
  3. Publication
  4. External Links
  5. References

Features

3

Board Representation

Evaluation

See also

Publication

References

Up one Level


  1. GitHub - billjordanchess/JavaScript-Chess: JavaScript Chess Engine↩︎

  2. Bill Jordan (2020). How to Write a JavaScript Chess Engine. amazon↩︎

  3. JavaScript-Chess/README.md at master · billjordanchess/JavaScript-Chess · GitHub↩︎

Categories: Didactic · Open Source · JavaScript · Chess Suffix

What links here

Contributors: GerdIsenberg.