tomitankChess v.1.5
Moderators: hgm, Harvey Williamson, bob
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
tomitankChess v.1.5
Hi all!
The new tomitankChess is avaliable.
This is Probably the Last Mailbox Version.
The new version will be completely bitboard.
(Yes. In pure JavaScript. First in the World.)
Version 1.5:
------------------
- New UI interface code (now working with JSUCI as well)
- Tuned Search algorithm
- Use TT at depth == 0
Estimated level:
------------------
- v.1.5: ~2540 elo (Still the Strongest JavaScript Chess Engine /2017.12.03/)
TODO:
------------------
- Pawn Eval Hash (Unfortunately there is little profit, but more memory needs. I'll consider it later.)
Have fun with tomitankChess!
Download link: https://github.com/tomitank/tomitankChess
Tamás Kuzmics (tomitank)
The new tomitankChess is avaliable.
This is Probably the Last Mailbox Version.
The new version will be completely bitboard.
(Yes. In pure JavaScript. First in the World.)
Version 1.5:
------------------
- New UI interface code (now working with JSUCI as well)
- Tuned Search algorithm
- Use TT at depth == 0
Estimated level:
------------------
- v.1.5: ~2540 elo (Still the Strongest JavaScript Chess Engine /2017.12.03/)
TODO:
------------------
- Pawn Eval Hash (Unfortunately there is little profit, but more memory needs. I'll consider it later.)
Have fun with tomitankChess!
Download link: https://github.com/tomitank/tomitankChess
Tamás Kuzmics (tomitank)
- Graham Banks
- Posts: 30733
- Joined: Sun Feb 26, 2006 9:52 am
- Location: Auckland, NZ
Re: tomitankChess v.1.5
Thanks Tamas.
All the best with the new development.
All the best with the new development.
My email addresses:
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz
Re: tomitankChess v.1.5
Thanks Tamas. Best of luck in further improving your engine.
Do you plan on making your engine with UCI support ?

Do you plan on making your engine with UCI support ?
Re: tomitankChess v.1.5
Graham Banks wrote:Thanks Tamas.
All the best with the new development.
Tanks Graham!
Re: tomitankChess v.1.5
Already support it! Please read the "README" file on github.Damir wrote:Thanks Tamas. Best of luck in further improving your engine.
Do you plan on making your engine with UCI support ?![]()
If you add new engine, then can you adding command line parameter.
Arena GUI with node.js:
Comand line: direct acces to node.exe (C:\Program Files\nodejs\node.exe)
Command line parameters: direct acces to tomitankChess.js (C:\Program Files\nodejs\tomitankChessUCI.js)
Re: tomitankChess v.1.5
Thanks a lot. I thought since your engine was made in JAVA, it did not contain any UCI, since JAva is entirely completely different programming language.. Glad to see I was mistaken

Re: tomitankChess v.1.5
This is JavaScript. Not equal to JAVADamir wrote:Thanks a lot. I thought since your engine was made in JAVA, it did not contain any UCI, since JAva is entirely completely different programming language.. Glad to see I was mistaken![]()
JavaScript is very slow and support only the 32 bits integers, but it also runs in the web browser. (It's hard to write a really strong engine in JavaScript.)
Last edited by tomitank on Sun Dec 03, 2017 9:55 pm, edited 1 time in total.
Re: tomitankChess v.1.5
Cool!
Must be a PITA trying debug that code
Must be a PITA trying debug that code
Skiull http://skiull.blogspot.com
Re: tomitankChess v.1.5
I fixed unstoppable passer bug. Please download the new version! Sorry.
Re: tomitankChess v.1.5
Hi Tamás,
I've updated my Lozza gauntlet to use 1.5. Good luck with the the bitboard route. I have no plans to go there myself, but I will follow your progress with great interest.
I've updated my Lozza gauntlet to use 1.5. Good luck with the the bitboard route. I have no plans to go there myself, but I will follow your progress with great interest.
Colin Jenkins
http://op12no2.me/toys/lozza
http://op12no2.me/toys/lozza
