Difference between revisions of "TomitankChess"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * tomitankChess''' '''tomitankChess''',<br/> an open source chess engine by Tamás Kuzmics written in Jav...")
 
Line 83: Line 83:
 
[[Category:Android]]
 
[[Category:Android]]
 
[[Category:IOS]]
 
[[Category:IOS]]
 +
[[Category:Chess Suffix]]

Revision as of 21:57, 24 September 2020

Home * Engines * tomitankChess

tomitankChess,
an open source chess engine by Tamás Kuzmics written in JavaScript, licensed under the GPL v3.0. tomitankChess was first released as version 1.4 in September 2017 [1]. The js source code was initially obfuscated [2] [3], but published as human readable source a few days later [4]. tomitankChess uses the Node.js JavaScript runtime [5] to implement UCI.

Features

[6]

Board Representation

Search

Delta Pruning
SEE Pruning

Evaluation

Forum Posts

2017 ...

2020 ...

External Links

References

Up one Level