josefjadrny / js-chess-engineLinks
Simple JavaScript chess engine without dependencies written in NodeJs. It can be used on both, server or client (web browser) and do not need persistent storage - handy for serverless solutions like AWS Lambda. This engine includes configurable AI computer logic.
☆150Updated 4 months ago
Alternatives and similar repositories for js-chess-engine
Users that are interested in js-chess-engine are comparing it to the libraries listed below
Sorting:
- A JavaScript chessboard without dependencies. Rendered in SVG, coded in ES6. Views FEN, handles move input, animated, responsive, expanda…☆269Updated this week
- Chess.com public data API wrapper with "isChanged" and priority queue functionality.☆115Updated 8 months ago
- WebAssembly port of the strong chess engine Stockfish☆326Updated 2 years ago
- React wrapper of Chessground☆135Updated 3 years ago
- Chess and chess variant rules and operations in TypeScript☆151Updated 2 months ago
- The strong open source chess engine Stockfish compiled to JavaScript and WebAssembly using Emscripten