BMCPJS

Home * Engines * BMCP(JS)

BMCP(JS), (Bare Minimum Chess Program in JavaScript)

a kind of chess playing program by Maksim Korzh, written in JavaScript [1]. The progran provides a Web based GUI, but accepts illegal moves, while attempts to enter legal moves such as castling and en passant were not recognized as such, yielding in illegal moves made with the king and pawn [2].

See also

Forum Posts

References

  1. GitHub - maksimKorzh/bmcp_js: Bare minimum chess program in pure javascript with UI
  2. Re: Bare minimum chess program in javascript by Maksim Korzh, CCC, June 08, 2019

Up one Level