Skip to content

StetHD/jschess

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jschess

version: 191

jschess is a JavaScript based chess board

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

Demo

Is at github pages at (https://veltzer.github.io/jschess).

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 at (https://veltzer.github.io/jschess). I am ready to work with any chess organization wishing to incorporate jschess into their infrastructre and am already working with two such organizations...

Mark Veltzer <mark@veltzer.net>, 2012-2014

Packages

No packages published

Languages

  • JavaScript 69.2%
  • Mako 23.1%
  • Python 3.9%
  • Makefile 2.9%
  • HTML 0.9%