Contribute on GitHub
GM Chess is fully open-source. All files are cleanly split into HTML, CSS, and Vanilla JavaScript with zero external bloatware frameworks.
Repository URL: github.com/userpuythonacsd/GMChess
Feel free to star, fork, or audit our source code directly on GitHub.
Contribution Guidelines:
- Fork the repository to your own GitHub account.
- Submit a pull request ensuring you introduce NO external build frameworks (No React, No NPM, No Webpack). Keep it pure vanilla.
- Ensure all move generation remains strictly routed through the
chess.jsmatrix to preserve our 0-bug philosophy.
Thank you for supporting open-source chess development!