I have published version 11 of the GUI Lucas Chess.
A list of the novelties can be consulted at: http://lucaschess.blogspot.com.es/2017/ ... anges.html
And in a better way, if you know French: http://lucaschess.blogspot.com.es/2017/ ... loyau.html
Lucas Chess new version 11
Moderator: Ras
-
AdminX
- Posts: 6396
- Joined: Mon Mar 13, 2006 2:34 pm
- Location: Acworth, GA
Re: Lucas Chess new version 11
Thank you, that is a fantastic program you have created. I enjoy the chess problems given a the start of the app.


"Good decisions come from experience, and experience comes from bad decisions."
__________________________________________________________________
Ted Summers
__________________________________________________________________
Ted Summers
-
jpqy
- Posts: 556
- Joined: Thu Apr 24, 2008 9:31 am
- Location: Belgium
Re: Lucas Chess new version 11
Wow..does now play eng-eng games also..asked years for that!
Wil download and test out..
Thanks for this fantastic project Lucas
JP.
Wil download and test out..
Thanks for this fantastic project Lucas
JP.
-
Norbert Raimund Leisner
- Posts: 1643
- Joined: Tue May 20, 2008 4:57 pm
- Location: Augsburg - Germany
Re: Lucas Chess new version 11
websites with (source code etc.)
https://github.com/lukasmonk/lucaschess http://lucaschess.pythonanywhere.com/
https://github.com/lukasmonk/lucaschess http://lucaschess.pythonanywhere.com/
-
Norbert Raimund Leisner
- Posts: 1643
- Joined: Tue May 20, 2008 4:57 pm
- Location: Augsburg - Germany
Re: Lucas Chess new version 11 - problem with Node.js-JSUCI?
Hello,
I tried to embed Lozza.js and tomitankChess.js https://github.com/tomitank/tomitankChess into Lucas Chess GUI http://lucaschess.pythonanywhere.com/ > tick on play > section tools > engines > external engines > new > path to Node.js https://nodejs.org/en/ > then command - file: node.exe
argument tomitankChess.js respectively lozza.js, but nothing happened, it appears only a green rectangle with 3 cogwheels and the inscription "one moment, please" and the GUI hangs (up) itself.
Same procedure with JSUCI https://sourceforge.net/projects/jsuci/ and rapspeed.js commandline parameter https://github.com/Thibor/Rapspeed/
Can you please try out Lucas GUI with these JavaScript engines too?
Does this interface possess a debug file like Arena, ChessGUI, WinBoard Interface to reproduce what is going wrong during the implementation?
Best wishes,
Norbert
I tried to embed Lozza.js and tomitankChess.js https://github.com/tomitank/tomitankChess into Lucas Chess GUI http://lucaschess.pythonanywhere.com/ > tick on play > section tools > engines > external engines > new > path to Node.js https://nodejs.org/en/ > then command - file: node.exe
argument tomitankChess.js respectively lozza.js, but nothing happened, it appears only a green rectangle with 3 cogwheels and the inscription "one moment, please" and the GUI hangs (up) itself.
Same procedure with JSUCI https://sourceforge.net/projects/jsuci/ and rapspeed.js commandline parameter https://github.com/Thibor/Rapspeed/
Can you please try out Lucas GUI with these JavaScript engines too?
Does this interface possess a debug file like Arena, ChessGUI, WinBoard Interface to reproduce what is going wrong during the implementation?
Best wishes,
Norbert
-
lukasmonk
- Posts: 45
- Joined: Sun Feb 07, 2010 7:35 pm
- Location: Spain
Re: Lucas Chess new version 11 - problem with Node.js-JSUCI?
Norbert Raimund Leisner wrote:Hello,
I tried to embed Lozza.js and tomitankChess.js https://github.com/tomitank/tomitankChess into Lucas Chess GUI http://lucaschess.pythonanywhere.com/ > tick on play > section tools > engines > external engines > new > path to Node.js https://nodejs.org/en/ > then command - file: node.exe
argument tomitankChess.js respectively lozza.js, but nothing happened, it appears only a green rectangle with 3 cogwheels and the inscription "one moment, please" and the GUI hangs (up) itself.
Same procedure with JSUCI https://sourceforge.net/projects/jsuci/ and rapspeed.js commandline parameter https://github.com/Thibor/Rapspeed/
Can you please try out Lucas GUI with these JavaScript engines too?
Does this interface possess a debug file like Arena, ChessGUI, WinBoard Interface to reproduce what is going wrong during the implementation?
Best wishes,
Norbert
Hi Norbert, I have been able to install them as external engines, since they understand the command uci. But it is impossible to play against them, because they don't follow UCI protocol specifications.
I´ll try to add a log file.