https://github.com/veltzer/jschess
jschess is a JavaScript based chess board
https://github.com/veltzer/jschess
board chess chessboard javascript
Last synced: 6 months ago
JSON representation
jschess is a JavaScript based chess board
- Host: GitHub
- URL: https://github.com/veltzer/jschess
- Owner: veltzer
- License: gpl-3.0
- Created: 2012-08-10T22:49:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-07-07T22:29:50.000Z (6 months ago)
- Last Synced: 2025-07-08T01:26:57.051Z (6 months ago)
- Topics: board, chess, chessboard, javascript
- Language: JavaScript
- Homepage: https://veltzer.github.io/jschess/
- Size: 1.99 MB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Support: support/gjslint.cfg
Awesome Lists containing this project
README
## jschess
version: 0.0.1
description: jschess is a JavaScript based chess board
website: https://veltzer.github.io/jschess
## Build

jschess is a JavaScript chess board written in pure JavaScript.
It allows yo to create a chess board, have it show games in PGN
notation from a server, moves pieces around, set up positions
and more.
Technologies used
-----------------
* Prototype javascript library at http://prototypejs.org.
* Raphael javascript library at http://raphaeljs.com.
* chess.java javascript library at https://github.com/jhlywa/chess.js.
What makes jschess different?
-----------------------------
* Pure javascript.
* No images - totally scalable graphics.
* You can have your board at any size you want (because of scalable graphics).
* As a result of being pure javascript totally controllable programatically.
* Looks best.
* Sits on top of good infrastructure (prototype.js,raphael.js,chess.js).
Monetary contribution
---------------------
If you'd like to see a feature added to jschess or would just like to show
your appreciation you are welcome to contribute to it's development on it's website.
I am ready to work with any chess organization wishing to incorporate jschess
into their infrastructre and am already working with two such organizations...
## Contact
chat with me at [](https://gitter.im/veltzer/mark.veltzer)
Mark Veltzer, Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025