From Chessprogramming wiki
Jump to: navigation, search
Home * Programming * Languages * JavaScript
JavaScript is a dynamically typed programming language with a prototype-based object system. It is interesting because it runs in web browsers and has received more than its fair share of optimization effort. Modern JavaScript engines with JIT compilation can play chess well enough to be interesting.
See also
Publications
Forum Posts
2010 ...
- Javascript chess engine by gladius, Rybka Forum, February 23, 2010
- Javascript port of Stockfish by David Whitten, CCC, October 24, 2011
- Engine In Javascript by bluefever, OpenChess Forum, July 12, 2013
- JSUCI 1.0 - connect javascript chess engines to UCI by Edmund Moshammer, CCC, March 28, 2014 » UCI [3]
2015 ...
- Stockfish in Lozza UIs by Colin Jenkins, CCC, January 07, 2015 » Lozza, Stockfish-js
- Javascript/WebGL 3D board (MIT lic) by Colin Jenkins, CCC, July 11, 2015
- ChessGUI (current version) and JavaScript engines part I by Norbert Raimund Leisner, CCC, August 23, 2017 » ChessGUI
- JavaScript Pawn Bitboard (with 32 bit integers) by Tamás Kuzmics, CCC, September 17, 2017
- tomitankChess - New JavaScript engine by Tamás Kuzmics, CCC, September 17, 2017 » tomitankChess
- best board representation for variants (javascript) ? by Mahmoud Uthman, CCC, December 10, 2017 » Board Representation, Chess Variants
- github pages by Colin Jenkins, CCC, March 07, 2019
2020 ...
- Wukong JS - chess engine with UCI support, own GUI and public API by Maksim Korzh, CCC, December 19, 2020
- Setup a javascript engine in a GUI by Ferdinand Mosca, CCC, December 24, 2020
- Javascript question by Gabor Szots, CCC, February 28, 2021
External Links
Repos
Online GUI
References
Up one Level