chess.mjs
Version:
It's just the ES6 module version of chess.js
9 lines (7 loc) • 320 B
Markdown
# chess.mjs
I want to rework [chess.js](https://github.com/jhlywa/chess.js) (v0.13.4) with the following changes:
- Implement Chess960. ✅
- Done, but further testing is needed.
- Move to vanilla ES6.
- Already usable with ES6 but with a simple wrapper.
- Refactor the 2000-line monolith into smaller ES6 classes.