Strongest JavaScript Chess Engine

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

Moderators: hgm, Rebel, chrisw

tomitank
Posts: 276
Joined: Sat Mar 04, 2017 12:24 pm
Location: Hungary

Strongest JavaScript Chess Engine

Post by tomitank »

tomitankChess 1.4 source code is available!

I think this is (currently) the world's strongest (pure) JavaScript chess engine. Not true? Please let me know.

(Pure: no Emscripten like Stockfish-js)

- Many thanks Gabor Szots for testing
- Thanks Fabien Letouzey for the great source code of the program Fruit 2.1.
- Thanks again Colin Jenkins (Lozza author) for the great source code.
- Thanks Gary Linscott for the garbochess source code
- Thanks Stockfish authors
- Thanks VICE author

- Estimated level: ~2500 elo

CCRL:
http://www.computerchess.org.uk/ccrl/40 ... 4_0_64-bit

More info: http://talkchess.com/forum/viewtopic.php?t=65200
Download link: https://github.com/tomitank/tomitankChess

The next version is coming soon... ;)

Have fun with tomitankChess!

-Tamas
User avatar
gbtami
Posts: 389
Joined: Wed Sep 26, 2012 1:29 pm
Location: Hungary

Re: Strongest JavaScript Chess Engine

Post by gbtami »

Thx Tamás!

I think this is the first open source chess engine with some hungarian comments :wink: Really like it!

Somehow your ccrl link is not pointing to tomitankChess.This works for me: http://www.computerchess.org.uk/ccrl/40 ... 1_4_64-bit
tomitank
Posts: 276
Joined: Sat Mar 04, 2017 12:24 pm
Location: Hungary

Re: Strongest JavaScript Chess Engine

Post by tomitank »

Hi Tamas!

Thank you!

Sorry, I cannot edit it ..
Richard Allbert
Posts: 792
Joined: Wed Jul 19, 2006 9:58 am

Re: Strongest JavaScript Chess Engine

Post by Richard Allbert »

tomitank wrote:tomitankChess 1.4 source code is available!


The next version is coming soon... ;)

Have fun with tomitankChess!

-Tamas
Nice!

Just browsing the code now.

Good luck with the future releases
tomitank
Posts: 276
Joined: Sat Mar 04, 2017 12:24 pm
Location: Hungary

Re: Strongest JavaScript Chess Engine

Post by tomitank »

Thank you Richard!
op12no2
Posts: 489
Joined: Tue Feb 04, 2014 12:25 pm
Full name: Colin Jenkins

Re: Strongest JavaScript Chess Engine

Post by op12no2 »

Congratulations Tamás - somebody for Lozza to play with at last :)
tomitank
Posts: 276
Joined: Sat Mar 04, 2017 12:24 pm
Location: Hungary

Re: Strongest JavaScript Chess Engine

Post by tomitank »

Thank you Colin! :)
tomitank
Posts: 276
Joined: Sat Mar 04, 2017 12:24 pm
Location: Hungary

Re: Strongest JavaScript Chess Engine

Post by tomitank »

Fixed UCI "newgame" bug!

Please download the "new" version.