Javascript chess engine using simplified eval

Discussion of computer chess matches and engine tournaments.

Moderators: hgm, Rebel, chrisw

op12no2
Posts: 490
Joined: Tue Feb 04, 2014 12:25 pm
Full name: Colin Jenkins

Javascript chess engine using simplified eval

Post by op12no2 »

I've just added a primitive user interface to my javascript chess engine. This version (Lozza SE) uses the simplified evaluation function as described in CPW - no other components in eval.

http://chessprogramming.wikispaces.com/ ... n+function

You can only play white at the moment. She mimics your time to move... Refresh to abort/restart.

http://op12no2.me/toys/lozza/play.htm
Last edited by op12no2 on Sat Sep 13, 2014 2:49 pm, edited 1 time in total.
User avatar
cdani
Posts: 2204
Joined: Sat Jan 18, 2014 10:24 am
Location: Andorra

Re: Javascript chess engine using simplified eval

Post by cdani »

Nice!
op12no2
Posts: 490
Joined: Tue Feb 04, 2014 12:25 pm
Full name: Colin Jenkins

Re: Javascript chess engine using simplified eval

Post by op12no2 »

Oops, wrong forum, sorry...
op12no2
Posts: 490
Joined: Tue Feb 04, 2014 12:25 pm
Full name: Colin Jenkins

Re: Javascript chess engine using simplified eval

Post by op12no2 »

Thanks Daniel. Can play black as well now.