Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 526 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 526 Bytes

Random Chess

Chess 960 to the next level. - A listing of fair chess positions starting from very unbalanced positions.

Inspired from https://github.com/santient/GeneticChess but designed to be more user-friendly and scale to create more positions.

Run it on your machine

  1. npm install
  2. npm run build
  3. npm run serve or any other method to serve the app on http://localhost:8000
  4. npm run watch to modify it for development/testing