GarbochessJS updated

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

gladius
Posts: 568
Joined: Tue Dec 12, 2006 10:10 am
Full name: Gary Linscott

GarbochessJS updated

Post by gladius »

http://forwardcoding.com/projects/ajaxchess/chess.html

Roughly ~30 ELO stronger, board looks a little nicer, and now playable from mobile devices as well.
ELO Changes:
- Bonuses for knight attacking pieces
- Bonus for bishop pins

Source is here: https://github.com/glinscott/Garbochess-JS.
IanO
Posts: 496
Joined: Wed Mar 08, 2006 9:45 pm
Location: Portland, OR

Re: GarbochessJS updated

Post by IanO »

gladius wrote:http://forwardcoding.com/projects/ajaxchess/chess.html

Roughly ~30 ELO stronger, board looks a little nicer, and now playable from mobile devices as well.
ELO Changes:
- Bonuses for knight attacking pieces
- Bonus for bishop pins

Source is here: https://github.com/glinscott/Garbochess-JS.
An undo button would be nice for casual play in case of fingerfehlers.
gladius
Posts: 568
Joined: Tue Dec 12, 2006 10:10 am
Full name: Gary Linscott

Re: GarbochessJS updated

Post by gladius »

IanO wrote:An undo button would be nice for casual play in case of fingerfehlers.
You convinced me :). Undo button has been added.