Difference between revisions of "TomitankChess"

From Chessprogramming wiki
Jump to: navigation, search
Line 10: Line 10:
 
<ref>[http://www.talkchess.com/forum/viewtopic.php?t=65344 Strongest JavaScript Chess Engine] by [[Tamás Kuzmics]], [[CCC]], September 30, 2017 </ref>.  
 
<ref>[http://www.talkchess.com/forum/viewtopic.php?t=65344 Strongest JavaScript Chess Engine] by [[Tamás Kuzmics]], [[CCC]], September 30, 2017 </ref>.  
 
tomitankChess uses the [https://en.wikipedia.org/wiki/Node.js Node.js] JavaScript runtime <ref>[https://nodejs.org/en/ Node.js]</ref> to implement [[UCI]].
 
tomitankChess uses the [https://en.wikipedia.org/wiki/Node.js Node.js] JavaScript runtime <ref>[https://nodejs.org/en/ Node.js]</ref> to implement [[UCI]].
 +
tomitankChess is available as [https://en.wikipedia.org/wiki/Mobile_app mobile app] '''Chess''' or '''Sakk''' under [[iOS]] and [[Android]], the '''Pro''' versions at a not too cheap price <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=73377 Mobile application] by [[Tamás Kuzmics]], [[CCC]], March 15, 2020</ref>.
  
 
=Features=
 
=Features=
Line 71: Line 72:
 
=External Links=
 
=External Links=
 
* [https://github.com/tomitank/tomitankChess GitHub - tomitank/tomitankChess: Hungarian JavaScript Chess Engine]
 
* [https://github.com/tomitank/tomitankChess GitHub - tomitank/tomitankChess: Hungarian JavaScript Chess Engine]
 +
* [https://play.google.com/store/apps/details?id=sakk.tanky.hu&hl=en Chess - Apps on Google Play]
 
* [https://play.google.com/store/apps/details?id=sakk.tanky.hu.premium Chess Pro - Apps on Google Play]
 
* [https://play.google.com/store/apps/details?id=sakk.tanky.hu.premium Chess Pro - Apps on Google Play]
 
* [https://apps.apple.com/us/app/sakk/id1150654415 Sakk on the App Store]
 
* [https://apps.apple.com/us/app/sakk/id1150654415 Sakk on the App Store]
 +
* [https://apps.apple.com/us/app/sakk-pro/id1152837781 Sakk Pro on the App Store]
 
* [http://ccrl.chessdom.com/ccrl/4040/cgi/compare_engines.cgi?family=tomitankChess&print=Rating+list&print=Results+table&print=LOS+table&print=Ponder+hit+table&print=Eval+difference+table&print=Comopp+gamenum+table&print=Overlap+table&print=Score+with+common+opponents tomitankChess] in [[CCRL|CCRL 40/15]]
 
* [http://ccrl.chessdom.com/ccrl/4040/cgi/compare_engines.cgi?family=tomitankChess&print=Rating+list&print=Results+table&print=LOS+table&print=Ponder+hit+table&print=Eval+difference+table&print=Comopp+gamenum+table&print=Overlap+table&print=Score+with+common+opponents tomitankChess] in [[CCRL|CCRL 40/15]]
  

Revision as of 10:19, 25 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. tomitankChess is available as mobile app Chess or Sakk under iOS and Android, the Pro versions at a not too cheap price [6].

Features

[7]

Board Representation

Search

Delta Pruning
SEE Pruning

Evaluation

Forum Posts

2017 ...

2020 ...

External Links

References

Up one Level